svgtencoder/svgtenc/standalone/group/svgtbinencoder.mmp
branchRCL_3
changeset 17 046e2c4dbfd0
parent 11 99468bbbf3dc
equal deleted inserted replaced
14:26d9fa3d93f5 17:046e2c4dbfd0
    23 // These options enable exception handling and set the warning level to 3 for command
    23 // These options enable exception handling and set the warning level to 3 for command
    24 // line builds. STL code generates too many warnings at level 4, but is clean at
    24 // line builds. STL code generates too many warnings at level 4, but is clean at
    25 // level 3. Also require RTTI.
    25 // level 3. Also require RTTI.
    26 
    26 
    27 option MSVC /GX /W3 /GR
    27 option MSVC /GX /W3 /GR
    28 option GCC  -w -DXML_LIBRARY
    28 option GCC  -w -DXML_LIBRARY -m32
    29 
    29 
    30 SOURCEPATH ../Internal/xmlReader/src
    30 SOURCEPATH ../Internal/xmlReader/src
    31 SOURCE MyRXMLReader.cpp
    31 SOURCE MyRXMLReader.cpp
    32 
    32 
    33 SOURCEPATH  ../Internal/Sax2Print
    33 SOURCEPATH  ../Internal/Sax2Print