examples/Base/DLLs/PolymorphicDLL2/PolymorphicDLL2.mmp

00001 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 // using relative paths for source and userinclude directories
00015 //
00016 
00017 
00018 
00019 TARGET        polymorphicdll2.dll
00020 TARGETTYPE    dll
00021 UID           0x10004262 0xE8000017
00022 VENDORID 0x70000001
00023 
00024 SOURCEPATH    .
00025 SOURCE        PolymorphicDLL2.cpp
00026 
00027 USERINCLUDE   .
00028 USERINCLUDE   ../UsingDLLs
00029 OS_LAYER_SYSTEMINCLUDE
00030 
00031 LIBRARY       euser.lib
00032 
00033 START WINS
00034   BASEADDRESS   0x50000000
00035 END
00036 
00037 #if defined(WINS)
00038 DEFFILE ./POLYMORPHICDLL2WINS.def
00039 #elif defined(ARM)
00040 DEFFILE ./POLYMORPHICDLL2ARM.def
00041 #endif
00042 nostrictdef
00043 
00044 CAPABILITY NONE
00045 
00046 SMPSAFE

Generated by  doxygen 1.6.2