imgtools/buildrom/group/configpaging.mmp
changeset 600 6d08f4a05d93
equal deleted inserted replaced
599:fa7a3cc6effd 600:6d08f4a05d93
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     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 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 TARGET			configpaging.exe
       
    18 TARGETTYPE		exe
       
    19 SOURCEPATH		../src
       
    20 SOURCE			configpaging.cpp
       
    21 SYSTEMINCLUDE	/epoc32/include
       
    22 SYSTEMINCLUDE	/epoc32/include/tools/stlport
       
    23 SYSTEMINCLUDE	../../imglib/boostlibrary
       
    24 
       
    25 STATICLIBRARY   boost_regex-1.39
       
    26 STATICLIBRARY   stlport.5.1 
       
    27 #ifdef TOOLS2_LINUX
       
    28 OPTION    GCC -pthread -O2 -Wno-uninitialized
       
    29 #else
       
    30 OPTION    GCC -mthreads -O2 -Wno-uninitialized
       
    31 #endif 
       
    32 
       
    33  
       
    34 VENDORID 0x70000001