aknlayoutcompiler/group/AknLayoutCompiler.mmp
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
child 17 b5f2d4dc5e69
equal deleted inserted replaced
0:f58d6ec98e88 1:b700e12870ca
    21 TARGETTYPE  EXE
    21 TARGETTYPE  EXE
    22 
    22 
    23 SYSTEMINCLUDE     .
    23 SYSTEMINCLUDE     .
    24 SYSTEMINCLUDE     ../inc
    24 SYSTEMINCLUDE     ../inc
    25 SYSTEMINCLUDE   ../../inc
    25 SYSTEMINCLUDE   ../../inc
    26 SYSTEMINCLUDE   ../../inc/arabica
    26 
       
    27 SYSTEMINCLUDE   ../../toollibraries/arabica/include
       
    28 SYSTEMINCLUDE   ../../toollibraries/xerces-c/include
    27 
    29 
    28 MW_LAYER_SYSTEMINCLUDE
    30 MW_LAYER_SYSTEMINCLUDE
    29 
    31 
    30 // These options enable exception handling and set the warning level to 3 for command
    32 // These options enable exception handling and set the warning level to 3 for command
    31 // line builds. STL code generates too many warnings at level 4, but is clean at
    33 // line builds. STL code generates too many warnings at level 4, but is clean at
    32 // level 3. Also require RTTI.
    34 // level 3. Also require RTTI.
    33 option MSVC /GX /W3 /GR
    35 option MSVC /GX /W3 /GR
       
    36 option GCC -DXML_LIBRARY
    34 
    37 
    35 SOURCEPATH      ../src
    38 SOURCEPATH      ../src
    36 
    39 
    37 source          CppWriter.cpp
    40 source          CppWriter.cpp
    38 source          Extract.cpp
    41 source          Extract.cpp
    74 #endif
    77 #endif
    75 
    78 
    76 source          ZoomLevelNames.cpp
    79 source          ZoomLevelNames.cpp
    77 source          MasterLayoutPack.cpp
    80 source          MasterLayoutPack.cpp
    78 
    81 
    79 #ifndef SBSV2
    82 // #ifndef SBSV2
    80   start CW32
    83 //   start CW32
    81     win32_library /epoc32/release/cwtools/rel/CdlCompilerToolkit.lib
    84 //     win32_library /epoc32/release/cwtools/rel/CdlCompilerToolkit.lib
    82   end
    85 //   end
    83 
    86 
    84   start VC32
    87 //   start VC32
    85     win32_library /epoc32/release/tools/rel/CdlCompilerToolkit.lib
    88 //     win32_library /epoc32/release/tools/rel/CdlCompilerToolkit.lib
    86   end
    89 //   end
    87 #else 
    90 // #else 
    88   START TOOLS
    91 //   START TOOLS
    89     #if defined(CW32) 
    92 //     #if defined(CW32) 
    90       win32_library /epoc32/release/cwtools/rel/CdlCompilerToolkit.lib
    93 //       win32_library /epoc32/release/cwtools/rel/CdlCompilerToolkit.lib
    91     #elif defined(VC32)
    94 //     #elif defined(VC32)
    92       win32_library /epoc32/release/tools/rel/CdlCompilerToolkit.lib
    95 //       win32_library /epoc32/release/tools/rel/CdlCompilerToolkit.lib
    93     #endif
    96 //     #endif
    94   END
    97 //   END
    95 #endif
    98 // #endif
    96 
    99 
    97 start TOOLS
   100 // start TOOLS
    98 #ifdef RD_XML_PARSER_TOOLCHAIN
   101 // #ifdef RD_XML_PARSER_TOOLCHAIN
    99 win32_library /epoc32/release/tools/rel/Arabica.lib
   102 // win32_library /epoc32/release/tools/rel/Arabica.lib
   100 win32_library /epoc32/release/tools/rel/xerces-c_2.lib
   103 // win32_library /epoc32/release/tools/rel/xerces-c_2.lib
   101 #endif
   104 // #endif
   102 win32_library Advapi32.lib 
   105 // win32_library Advapi32.lib 
   103 end
   106 // end
       
   107 
       
   108 staticlibrary CdlCompilerToolkit
       
   109 staticlibrary arabica
       
   110 staticlibrary xerces-c
   104 
   111 
   105 
   112 
   106 // End of File
   113 // End of File