svgtencoder/svgtenc/standalone/group/svgtbinencoder.mmp
branchRCL_3
changeset 7 134a83fd6d82
child 11 99468bbbf3dc
equal deleted inserted replaced
6:2013ebce6d92 7:134a83fd6d82
       
     1 #include <platform_paths.hrh>
       
     2 
       
     3 TARGET				svgtbinencode.exe
       
     4 TARGETTYPE		exe
       
     5 
       
     6 // These options enable exception handling and set the warning level to 3 for command
       
     7 // line builds. STL code generates too many warnings at level 4, but is clean at
       
     8 // level 3. Also require RTTI.
       
     9 
       
    10 option MSVC /GX /W3 /GR
       
    11 option GCC  -w -DXML_LIBRARY
       
    12 
       
    13 SOURCEPATH ../Internal/xmlReader/src
       
    14 SOURCE MyRXMLReader.cpp
       
    15 
       
    16 SOURCEPATH  ../Internal/Sax2Print
       
    17 SOURCE SAX2PrintHandlers.cpp
       
    18 
       
    19 
       
    20 SOURCEPATH ../Internal/SVGEngine/src
       
    21 SOURCE  SVGAttributeVerifier.cpp
       
    22 SOURCE  SVGContentHandler.cpp
       
    23 SOURCE  Svgencoder.cpp
       
    24 SOURCE  SVGEncoderMain.cpp
       
    25 SOURCE  SVGEngineImpl.cpp
       
    26 SOURCE  SVGErrorImpl.cpp
       
    27 SOURCE  SVGEvent.cpp
       
    28 SOURCE  SVGTEncodeInterfaceImpl.cpp
       
    29 
       
    30 SOURCEPATH ../Internal/SVGImpl/src
       
    31 SOURCE  SVGAElementImpl.cpp
       
    32 SOURCE  SVGAnimateElementImpl.cpp
       
    33 SOURCE  SVGAnimateMotionElementImpl.cpp
       
    34 SOURCE  SVGAnimateTransformElementImpl.cpp
       
    35 SOURCE  SVGAnimationBase.cpp
       
    36 SOURCE  SVGAnimTimeController.cpp
       
    37 SOURCE  SVGAnimTimingParser.cpp
       
    38 SOURCE  SVGAudioElementImpl.cpp
       
    39 SOURCE  SVGCircleElementImpl.cpp
       
    40 SOURCE  SVGClrCssValueImpl.cpp
       
    41 SOURCE  SVGColor.cpp
       
    42 SOURCE  SVGDiscardElementImpl.cpp
       
    43 SOURCE  SVGDocumentImpl.cpp
       
    44 SOURCE  SVGDOMImplementationImpl.cpp
       
    45 SOURCE  SVGElementImpl.cpp
       
    46 SOURCE  SVGEllipseElementImpl.cpp
       
    47 SOURCE  SVGFitToViewBoxImpl.cpp
       
    48 SOURCE  SVGFloatCssValueImpl.cpp
       
    49 SOURCE  SVGFontElementImpl.cpp
       
    50 SOURCE  SVGFontFaceElementImpl.cpp
       
    51 SOURCE  SVGFontMap.cpp
       
    52 SOURCE  SVGGElementImpl.cpp
       
    53 SOURCE  SVGGlyphElementImpl.cpp
       
    54 SOURCE  SVGGradientElementImpl.cpp
       
    55 SOURCE  SVGImageElementImpl.cpp
       
    56 SOURCE  SVGIntCssValueImpl.cpp
       
    57 SOURCE  SVGLangSpaceImpl.cpp
       
    58 SOURCE  SVGLinearGradientElementImpl.cpp
       
    59 SOURCE  SVGLineElementImpl.cpp
       
    60 SOURCE  SVGMediaAnimationElementImpl.cpp
       
    61 SOURCE  SVGMediaElementBase.cpp
       
    62 SOURCE  SVGMissingGlyphElementImpl.cpp
       
    63 SOURCE  SVGMpathElementImpl.cpp
       
    64 SOURCE  SVGPaintCssValueImpl.cpp
       
    65 SOURCE  SVGPathDataParser.cpp
       
    66 SOURCE  SVGPathElementImpl.cpp
       
    67 SOURCE  SVGPointLexer.cpp
       
    68 SOURCE  SVGPolylineElementImpl.cpp
       
    69 SOURCE  SVGPreserveAspectRatioImpl.cpp
       
    70 SOURCE  SVGRadialGradientElementImpl.cpp
       
    71 SOURCE  SVGRectElementImpl.cpp
       
    72 SOURCE  SVGRelToAbsPath.cpp
       
    73 SOURCE  SVGSchemaData.cpp
       
    74 SOURCE  SVGSetElementImpl.cpp
       
    75 SOURCE  SVGSolidColorElementImpl.cpp
       
    76 SOURCE  SVGStopElementImpl.cpp
       
    77 SOURCE  SVGStrCssValueImpl.cpp
       
    78 SOURCE  SVGStringTokenizer.cpp
       
    79 SOURCE  SVGStyleElementImpl.cpp
       
    80 SOURCE  SVGTestsImpl.cpp
       
    81 SOURCE  SVGTextElementImpl.cpp
       
    82 SOURCE  SVGTransformListImpl.cpp
       
    83 SOURCE  SVGTransformableImpl.cpp
       
    84 SOURCE  SVGUriReferenceImpl.cpp
       
    85 SOURCE  SVGUseElementImpl.cpp
       
    86 SOURCE  SVGVectorCssValueImpl.cpp
       
    87 SOURCE  SvgHkernelementimpl.cpp
       
    88 SOURCE  Svgsvgelementimpl.cpp
       
    89 
       
    90 SOURCEPATH ../Internal/Xmldomimpl/src
       
    91 SOURCE SVGXmlElementImpl.cpp
       
    92 
       
    93 SOURCEPATH ../Internal/Gfx2D/src
       
    94 SOURCE GfxFloatFixPt.cpp
       
    95 SOURCE Gfxtrignometric.cpp
       
    96 
       
    97 SOURCEPATH ../Internal/Gfx2D/src/GfxGeom
       
    98 
       
    99 SOURCE  GfxAffineTransform.cpp
       
   100 SOURCE  GfxEllipse2D.cpp
       
   101 SOURCE  GfxEllipseIteratorP.cpp
       
   102 SOURCE  GfxFlatteningPathIterator.cpp
       
   103 SOURCE  GfxGeneralPath.cpp
       
   104 SOURCE  GfxGeneralPathIteratorP.cpp
       
   105 SOURCE  GfxLine2D.cpp
       
   106 SOURCE  GfxLineIteratorP.cpp
       
   107 SOURCE  GfxPoint2D.cpp
       
   108 SOURCE  GfxRectangle2D.cpp
       
   109 SOURCE  GfxRectangleIteratorP.cpp
       
   110 SOURCE  GfxRectangularShape.cpp
       
   111 SOURCE  GfxRoundRectangle2D.cpp
       
   112 SOURCE  GfxRoundRectangleIteratorP.cpp
       
   113 
       
   114 SOURCEPATH ../Internal/Gfx2D/src/GfxGc
       
   115 SOURCE GfxColor.cpp
       
   116 SOURCE GfxGradientPaint.cpp
       
   117 
       
   118 SOURCEPATH ../Internal/testingsymdefcppdll
       
   119 SOURCE  Buf.cpp
       
   120 SOURCE  Des16.cpp
       
   121 SOURCE  Des8.cpp
       
   122 SOURCE  Desc16.cpp
       
   123 SOURCE  Desc8.cpp
       
   124 SOURCE  Hbufc16.cpp
       
   125 SOURCE  Hbufc8.cpp
       
   126 SOURCE  Rfile.cpp
       
   127 SOURCE  Rpointerarraybase.cpp
       
   128 SOURCE  Tbufbase16.cpp
       
   129 SOURCE  Tbufbase8.cpp
       
   130 SOURCE  TBufC.cpp
       
   131 SOURCE  Tbufcbase16.cpp
       
   132 SOURCE  Tbufcbase8.cpp
       
   133 SOURCE  Tchar.cpp
       
   134 SOURCE  TInt64.cpp
       
   135 SOURCE  Tkeydesc8array.cpp
       
   136 SOURCE  Tlex.cpp
       
   137 SOURCE  Tptr16.cpp
       
   138 SOURCE  Tptr8.cpp
       
   139 SOURCE  Tptrc16.cpp
       
   140 SOURCE  Tptrc8.cpp
       
   141 SOURCE  Trgb.cpp
       
   142 SOURCE  utf.cpp
       
   143 
       
   144 SOURCEPATH ../Internal/Gfx2D/VGRasterizer/src
       
   145 SOURCE svgapi.c
       
   146 SOURCE svgmath.c
       
   147 SOURCE svgpath.c
       
   148 SOURCE svgsubdivide.c
       
   149 
       
   150 SOURCEPATH ../Internal/Nvg/src
       
   151 SOURCE  NVGCircleElement.cpp
       
   152 SOURCE  NvgCommandSection.cpp
       
   153 SOURCE  NVGDefElement.cpp
       
   154 SOURCE  NVGElement.cpp
       
   155 SOURCE  NVGElementFactory.cpp
       
   156 SOURCE  NVGEllipseElement.cpp
       
   157 SOURCE  NVGEncoder.cpp
       
   158 SOURCE  NVGGElement.cpp
       
   159 SOURCE  NvgHeaderSection.cpp
       
   160 SOURCE  NVGLinearGradientElement.cpp
       
   161 SOURCE  NVGLineElement.cpp
       
   162 SOURCE  NvgOffsetVector.cpp
       
   163 SOURCE 	NvgPaintSection.cpp
       
   164 SOURCE  NVGPathElement.cpp
       
   165 SOURCE  NvgPathSection.cpp
       
   166 SOURCE  NVGPolygonElement.cpp
       
   167 SOURCE  NVGRadialGradientElement.cpp
       
   168 SOURCE  NVGRectElement.cpp
       
   169 SOURCE  NVGStopElement.cpp
       
   170 SOURCE  NVGSVGElement.cpp
       
   171 
       
   172 USERINCLUDE ../Internal/SVGEngine/inc
       
   173 USERINCLUDE ../Internal/Gfx2D/inc
       
   174 USERINCLUDE ../Internal/Gfx2D/VGRasterizer/inc
       
   175 USERINCLUDE ../Internal/Xmldomimpl/inc
       
   176 USERINCLUDE ../Internal/SVGImpl/inc/SVGDOM
       
   177 USERINCLUDE ../Internal/SVGImpl/inc
       
   178 USERINCLUDE ../Internal/xmlReader/inc
       
   179 USERINCLUDE ../Internal/Sax2Print
       
   180 USERINCLUDE ../Internal/Nvg/inc
       
   181 USERINCLUDE ../Internal/Path/inc
       
   182 
       
   183 //#ifndef SBSV2
       
   184 //START TOOLS
       
   185 //   win32_library /epoc32/release/tools/rel/xerces-c_2.lib
       
   186 //END
       
   187 //#endif  
       
   188 
       
   189 staticlibrary xercesenc-c