symport/bldtest/bld.inf
changeset 1 0a7b44b10206
child 2 806186ab5e14
equal deleted inserted replaced
0:c55016431358 1:0a7b44b10206
       
     1 // Copyright (c) 1997-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 "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 PRJ_PLATFORMS
       
    17 TOOLS2
       
    18 
       
    19 PRJ_TESTEXTENSIONS
       
    20 
       
    21 #ifdef TOOLS2
       
    22 start extension tools/x86tool
       
    23 
       
    24 	option TARGET_NAME teststatic
       
    25 	option TARGET_TYPE lib
       
    26 	option SOURCE teststatic.cpp
       
    27 end
       
    28 
       
    29 start extension tools/x86tool
       
    30 
       
    31 	option TARGET_NAME testdll
       
    32 	option TARGET_TYPE dll
       
    33 	option SOURCE testdll.cpp
       
    34 
       
    35 	option LIBS teststatic
       
    36 	option SHARED_LIBS symport
       
    37 end
       
    38 
       
    39 start extension tools/x86tool
       
    40 
       
    41 	option TARGET_NAME testexe
       
    42 	option TARGET_TYPE exe
       
    43 	option SOURCE testexe.cpp
       
    44 
       
    45 	option LIBS teststatic
       
    46 	option SHARED_LIBS symport testdll
       
    47 end
       
    48 
       
    49 start extension tools/x86tool
       
    50 
       
    51 	option TARGET_NAME testexe_main.test
       
    52 	option TARGET_TYPE exe
       
    53 	option SOURCE testexe_main.cpp
       
    54 
       
    55 	option LIBS teststatic symuser
       
    56 end
       
    57 #endif