svgtencoder/svgtenc/standalone/group/svgtbinencoder.mmp
changeset 31 cb7fbea28c8c
parent 24 eb091c0ad3c1
equal deleted inserted replaced
29:e21deeeacad2 31:cb7fbea28c8c
    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