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