skins/AknSkins/group/AknSkinDescCompiler.mmp
changeset 0 05e9090e2422
child 9 6ef40bf8fd34
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2003-2007 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:  Project definition file for skin descriptor compiler
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET         AknSkinDescCompiler.EXE
       
    21 TARGETTYPE     EXE
       
    22 OPTION MSVC /nologo /Zp4 /GX /W3
       
    23 
       
    24 MW_LAYER_SYSTEMINCLUDE
       
    25 USERINCLUDE    . ../sdcinc
       
    26 USERINCLUDE    ../inc
       
    27 
       
    28 SOURCEPATH     ../sdcsrc
       
    29 
       
    30 SOURCE         SDCMain.cpp
       
    31 SOURCE         SDCBinOutput.cpp
       
    32 SOURCE         SDCData.cpp
       
    33 SOURCE         SDCDebugOutput.cpp
       
    34 SOURCE         SDCException.cpp
       
    35 SOURCE         SDCGlobals.cpp
       
    36 SOURCE         SDCIIDConstants.cpp
       
    37 SOURCE         SDCInlOutput.cpp
       
    38 SOURCE         SDCInput.cpp
       
    39 SOURCE         SDCMbmOutput.cpp
       
    40 SOURCE         SDCPkgOutput.cpp
       
    41 SOURCE         SDCReader.cpp
       
    42 
       
    43 // End of File