cdlcompilertoolkit/group/CdlCompilerToolkit.mmp
changeset 0 f58d6ec98e88
child 1 b700e12870ca
equal deleted inserted replaced
-1:000000000000 0:f58d6ec98e88
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 target                  CdlCompilerToolkit.lib
       
    20 targettype              LIB
       
    21 
       
    22 USERINCLUDE			../inc
       
    23 MW_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 option MSVC /GX /W3
       
    26 
       
    27 sourcepath              ../src 
       
    28 
       
    29 source CdlTkClientHeader.cpp
       
    30 source CdlTkDll.cpp
       
    31 source CdlTkInstance.cpp
       
    32 source CdlTkInterface.cpp
       
    33 source CdlTkInterfaceCheck.cpp
       
    34 source CdlTkPackage.cpp
       
    35 source CdlTkParser.cpp
       
    36 source CdlTkProcess.cpp
       
    37 source CdlTkSourceFileWriter.cpp
       
    38 source CdlTkSyntaxCheck.cpp
       
    39 source CdlTkUtil.cpp
       
    40 source CdlTkWriteCdlFile.cpp
       
    41 source CdlTkWriteCommonDefs.cpp
       
    42 source CdlTkWriteDll.cpp
       
    43 source CdlTkWriteInstance.cpp
       
    44 
       
    45 // End of File