cdlcompilertoolkit/group/CdlCompilerToolkit.mmp
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
equal deleted inserted replaced
0:f58d6ec98e88 1:b700e12870ca
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 #include <platform_paths.hrh>
    17 #include <platform_paths.hrh>
    18 
    18 
       
    19 #ifdef TOOLS2
       
    20 target                  libCdlCompilerToolkit
       
    21 #else 
    19 target                  CdlCompilerToolkit.lib
    22 target                  CdlCompilerToolkit.lib
       
    23 #endif
       
    24 
    20 targettype              LIB
    25 targettype              LIB
    21 
    26 
    22 USERINCLUDE			../inc
    27 USERINCLUDE			../inc 
    23 MW_LAYER_SYSTEMINCLUDE
    28 MW_LAYER_SYSTEMINCLUDE
    24 
    29 
    25 option MSVC /GX /W3
    30 option MSVC /W3 /EHsc
    26 
    31 
    27 sourcepath              ../src 
    32 sourcepath              ../src 
    28 
    33 
    29 source CdlTkClientHeader.cpp
    34 source CdlTkClientHeader.cpp
    30 source CdlTkDll.cpp
    35 source CdlTkDll.cpp
    41 source CdlTkWriteCommonDefs.cpp
    46 source CdlTkWriteCommonDefs.cpp
    42 source CdlTkWriteDll.cpp
    47 source CdlTkWriteDll.cpp
    43 source CdlTkWriteInstance.cpp
    48 source CdlTkWriteInstance.cpp
    44 
    49 
    45 // End of File
    50 // End of File
       
    51