examples/after/exe.mmp
changeset 0 fe474e3b08fb
equal deleted inserted replaced
-1:000000000000 0:fe474e3b08fb
       
     1 // Copyright (c) 2010 Symbian Foundation Ltd.
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Symbian Foundation - Initial contribution
       
    10 // 
       
    11 // Description:
       
    12 // MMP file to build the example EXE
       
    13 
       
    14 #ifdef ARMCC_2_2
       
    15 #define TARGETNAME	rvct22_exe.exe		// for checking the RVCT2 compilation
       
    16 #endif
       
    17 
       
    18 
       
    19 #ifndef TARGETNAME
       
    20 #define TARGETNAME  gcce_exe.exe
       
    21 #endif
       
    22 
       
    23 TARGET TARGETNAME
       
    24 TARGETTYPE EXE
       
    25 
       
    26 SOURCE e32main.cpp
       
    27 SOURCE source1.cpp
       
    28 
       
    29 SYSTEMINCLUDE /epoc32/include
       
    30 
       
    31 LIBRARY euser.lib