# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1282117689 -10800 # Node ID c811dbf92c53761099d978da4731ddd8c27119be # Parent c142ff960c5070e220c5ad8ac9782041e1b8259f Revision: 201031 Kit: 201033 diff -r c142ff960c50 -r c811dbf92c53 package_definition.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/package_definition.xml Wed Aug 18 10:48:09 2010 +0300 @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r c142ff960c50 -r c811dbf92c53 package_map.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/package_map.xml Wed Aug 18 10:48:09 2010 +0300 @@ -0,0 +1,1 @@ + diff -r c142ff960c50 -r c811dbf92c53 svgtencoder/svgtenc/standalone/binary/svgtbinencode Binary file svgtencoder/svgtenc/standalone/binary/svgtbinencode has changed diff -r c142ff960c50 -r c811dbf92c53 svgtencoder/svgtenc/standalone/binary/svgtbinencode.exe Binary file svgtencoder/svgtenc/standalone/binary/svgtbinencode.exe has changed diff -r c142ff960c50 -r c811dbf92c53 svgtencoder/svgtenc/standalone/group/bld.inf --- a/svgtencoder/svgtenc/standalone/group/bld.inf Tue Jul 06 15:24:03 2010 +0300 +++ b/svgtencoder/svgtenc/standalone/group/bld.inf Wed Aug 18 10:48:09 2010 +0300 @@ -31,6 +31,7 @@ //#if defined(TOOLS) ../binary/svgtbinencode.exe /epoc32/tools/svgtbinencode.exe ../binary/xerces-c_2_6.dll /epoc32/tools/xerces-c_2_6.dll + ../binary/svgtbinencode /epoc32/tools/svgtbinencode // For Windows abld Support "Link with dynamic xerces-c.2.8.0" //../lib_win/xerces-c_2.lib /epoc32/release/tools/rel/xerces-c_2.lib //../lib_win/xerces-c_2.lib /epoc32/release/tools/deb/xerces-c_2.lib diff -r c142ff960c50 -r c811dbf92c53 svgtencoder/svgtenc/standalone/group/svgtbinencoder.mmp --- a/svgtencoder/svgtenc/standalone/group/svgtbinencoder.mmp Tue Jul 06 15:24:03 2010 +0300 +++ b/svgtencoder/svgtenc/standalone/group/svgtbinencoder.mmp Wed Aug 18 10:48:09 2010 +0300 @@ -25,7 +25,7 @@ // level 3. Also require RTTI. option MSVC /GX /W3 /GR -option GCC -w -DXML_LIBRARY +option GCC -w -DXML_LIBRARY -m32 SOURCEPATH ../Internal/xmlReader/src SOURCE MyRXMLReader.cpp diff -r c142ff960c50 -r c811dbf92c53 svgtencoder/svgtenc/standalone/group/svgtbinencoderlinux.mk --- a/svgtencoder/svgtenc/standalone/group/svgtbinencoderlinux.mk Tue Jul 06 15:24:03 2010 +0300 +++ b/svgtencoder/svgtenc/standalone/group/svgtbinencoderlinux.mk Wed Aug 18 10:48:09 2010 +0300 @@ -1,22 +1,6 @@ -# -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -# All rights reserved. -# This component and the accompanying materials are made available -# under the terms of "Eclipse Public License v1.0" -# which accompanies this distribution, and is available -# at the URL "http://www.eclipse.org/legal/epl-v10.html". -# -# Initial Contributors: -# Nokia Corporation - initial contribution. -# -# Contributors: -# -# Description: -# - -PROGRAM=/home/nokia/standalone/group/svgtbinencode.exe -OBJS=/home/nokia/standalone/group -PARENT_DIR=/home/nokia/standalone/group +PROGRAM=svgtbinencode +OBJS=. +PARENT_DIR=. SOURCES_CPP=../Internal/Gfx2D/src/GfxFloatFixPt.cpp \ ../Internal/Gfx2D/src/Gfxtrignometric.cpp \ ../Internal/Gfx2D/src/GfxGc/GfxColor.cpp \ @@ -166,9 +150,14 @@ # /I"$(STLPORT_INC)" VPATH=$(PARENT_DIR) -CC=g++ -g + +# Uncomment this, to generate a debug version. +# debug=-g3 + +CC=g++ -O2 -m32 $(debug) + LINK=ld -LINK32_FLAGS=/home/nokia/standalone/lib_linux/libxercesenc-c.so.28 +LINK32_FLAGS=-L../lib_linux -lxercesenc-c DEFINES =-I "../Internal/SVGEngine/inc" \ -I "../Internal/Gfx2D/inc" \ -I "../Internal/Gfx2D/VGRasterizer/inc" \ @@ -181,12 +170,12 @@ -I "../Internal/Path/inc" -D ARM -D NDEBUG -D _CONSOLE -D _MBCS #/YX /FD /c #CLFLAGS = /Od /nologo /GF -W4 /Fd -GX -CLFLAGS =-ansi -umacro -fms-extensions -w -fshort-wchar -g3 +CLFLAGS =-ansi -umacro -fms-extensions -w -fshort-wchar $(debug) #/nologo /MT /GX $(PROGRAM) : $(OBJECTS_CPP_REL) $(OBJECTS_C_REL) # echo $(SOURCES_CPP) # echo $(SOURCES_C) - g++ -g3 -lstdc++ -o $(PROGRAM) $(OBJECTS_CPP_REL) $(OBJECTS_C_REL) $(LINK32_FLAGS) + $(CC) -lstdc++ -lpthread -o $(PROGRAM) $(OBJECTS_CPP_REL) $(OBJECTS_C_REL) $(LINK32_FLAGS) #DEB : $(OBJECTS_CPP_DEB) echo "DEB build Called" @@ -247,5 +236,3 @@ find -name *.o -type f -exec rm {} \; FORCE: - - diff -r c142ff960c50 -r c811dbf92c53 svgtencoder/svgtenc/standalone/lib_linux/libxercesenc-c.a Binary file svgtencoder/svgtenc/standalone/lib_linux/libxercesenc-c.a has changed diff -r c142ff960c50 -r c811dbf92c53 svgtencoder/svgtenc/standalone/lib_linux/libxercesenc-c.so.28 Binary file svgtencoder/svgtenc/standalone/lib_linux/libxercesenc-c.so.28 has changed diff -r c142ff960c50 -r c811dbf92c53 svgtencoder/svgtenc/standalone/lib_win/libxercesenc-c.a Binary file svgtencoder/svgtenc/standalone/lib_win/libxercesenc-c.a has changed diff -r c142ff960c50 -r c811dbf92c53 uitools_info/nokia_uitools_metadata/package_definition.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uitools_info/nokia_uitools_metadata/package_definition.xml Wed Aug 18 10:48:09 2010 +0300 @@ -0,0 +1,13 @@ + + + + + + + + + + + + +