- __STANDARD__=YES
- SRCROOT=......
- RM=rm -rf
- RM_DIR=rm -rf
- MAKE_DEP=
- MAKE_DEP_FLAGS=$(INCLUDES) $(DEFINES)
- LD=
- LDFLAGS=
- CP=copy
- MAKE=nmake
- CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
- CXXFLAGS=-s -fomit-frame-pointer -mthumb-interwork -nostdinc -fno-builtin -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -Wno-non-virtual-dtor -ffunction-sections -fdata-sections -O2 $(INCLUDES) $(DEFINES)
- CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
- CCFLAGS=-x c++ -s -fomit-frame-pointer -mthumb-interwork -nostdinc -fno-builtin -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -Wno-non-virtual-dtor -ffunction-sections -fdata-sections -O2 $(INCLUDES) $(DEFINES)
- CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
- CXXFLAGS=-s -fomit-frame-pointer -mthumb-interwork -nostdinc -fno-builtin -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -Wno-non-virtual-dtor -ffunction-sections -fdata-sections -O2 $(INCLUDES) $(DEFINES)
- SRCS=xmlccf.cpp hxexpatexpatprs.cpp hxexpatexpatapi.cpp ....importexpatxmlparsexmlparse.c ....importexpatxmltokxmltok.c ....importexpatxmltokxmlrole.c hxxml_dll_stub.c hxxml.uid.cpp
- OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
- COMPILED_OBJS=thumb-rel32objxmldllxmlccf.o thumb-rel32objxmldllhxexpatexpatprs.o thumb-rel32objxmldllhxexpatexpatapi.o thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.o thumb-rel32objxmldllpar2importexpatxmltokxmltok.o thumb-rel32objxmldllpar2importexpatxmltokxmlrole.o thumb-rel32objxmldllhxxml_dll_stub.o thumb-rel32objxmldllhxxml.uid.o
- SOURCE_OBJS=
- INCLUDES=-I ......commonruntimepub -I ......commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I hxexpat -I ......commoninclude -I ......commonlangxml -I ......commondbgtoolpub -I ......commonimportexpatxmlparse -I ......commonimportexpatxmltok -I .pub -I ......commonutilpub -I ......commoncontainerpub
- DEFINES=-I . -include thumb-rel32common_lang_xml_xmldll_ribodefs.h
- STATIC_LIBS=......commonsystemthumb-rel32syslib.lib ......commondbgtoolthumb-rel32debuglib.lib ......commonruntimethumb-rel32runtlib.lib ......commonutilthumb-rel32utillib.lib ......commoncontainerthumb-rel32contlib.lib ......commonsystemthumb-rel32syslib.lib ......commonruntimethumb-rel32runtlib.lib ......commondbgtoolthumb-rel32debuglib.lib
- DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib"
- .s.obj:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- .c.o:
- $(CC) $(CCFLAGS) -o $@ -c $<
- .cpp.o:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- all: thumb-rel32objxmldll thumb-rel32hxxml.dll
- thumb-rel32objxmldll:
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
- all_objects: $(OBJS)
- thumb-rel32hxxml.dll: $(OBJS) $(STATIC_LIBS)
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- python C:sourcebuildbinarmerge -d thumb-rel32objxmldlllib thumb-rel32hxxml_libs.lib $(STATIC_LIBS)
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def hxxml.def --output-exp thumb-rel32hxxml.exp --dllname thumb-rel32hxxml.dll
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll hxxml.lnk thumb-rel32hxxml.exp --dll --base-file thumb-rel32hxxml.bas -o thumb-rel32hxxml.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32hxxml_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
- rm thumb-rel32hxxml.exp
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def hxxml.def --dllname thumb-rel32hxxml.dll --base-file thumb-rel32hxxml.bas --output-exp thumb-rel32hxxml.exp
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll hxxml.lnk thumb-rel32hxxml.exp --dll -Map thumb-rel32hxxml.dll.map -o thumb-rel32hxxml.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32hxxml_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
- "C:Symbian6.1Shared/epoc32/tools/petran" -nocall -uid1 0x10000079 -uid2 0x0 -uid3 0x0 thumb-rel32hxxml.dll thumb-rel32hxxml.dll
- rm thumb-rel32hxxml.exp thumb-rel32hxxml.bas
- rm thumb-rel32hxxml_libs.lib
- thumb-rel32objxmldllxmlccf.o: xmlccf.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
- $(CC) $(CXXFLAGS) -o thumb-rel32objxmldllxmlccf.o -c xmlccf.cpp
- thumb-rel32objxmldllhxexpatexpatprs.o: hxexpatexpatprs.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
- -@if NOT exist "thumb-rel32objxmldllhxexpat" mkdir "thumb-rel32objxmldllhxexpat"
- $(CC) $(CXXFLAGS) -o thumb-rel32objxmldllhxexpatexpatprs.o -c hxexpatexpatprs.cpp
- thumb-rel32objxmldllhxexpatexpatapi.o: hxexpatexpatapi.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
- -@if NOT exist "thumb-rel32objxmldllhxexpat" mkdir "thumb-rel32objxmldllhxexpat"
- $(CC) $(CXXFLAGS) -o thumb-rel32objxmldllhxexpatexpatapi.o -c hxexpatexpatapi.cpp
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.o: ....importexpatxmlparsexmlparse.c
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
- -@if NOT exist "thumb-rel32objxmldllpar2" mkdir "thumb-rel32objxmldllpar2"
- -@if NOT exist "thumb-rel32objxmldllpar2import" mkdir "thumb-rel32objxmldllpar2import"
- -@if NOT exist "thumb-rel32objxmldllpar2importexpat" mkdir "thumb-rel32objxmldllpar2importexpat"
- -@if NOT exist "thumb-rel32objxmldllpar2importexpatxmlparse" mkdir "thumb-rel32objxmldllpar2importexpatxmlparse"
- $(CC) $(CCFLAGS) -o thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.o -c ....importexpatxmlparsexmlparse.c
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.o: ....importexpatxmltokxmltok.c
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
- -@if NOT exist "thumb-rel32objxmldllpar2" mkdir "thumb-rel32objxmldllpar2"
- -@if NOT exist "thumb-rel32objxmldllpar2import" mkdir "thumb-rel32objxmldllpar2import"
- -@if NOT exist "thumb-rel32objxmldllpar2importexpat" mkdir "thumb-rel32objxmldllpar2importexpat"
- -@if NOT exist "thumb-rel32objxmldllpar2importexpatxmltok" mkdir "thumb-rel32objxmldllpar2importexpatxmltok"
- $(CC) $(CCFLAGS) -o thumb-rel32objxmldllpar2importexpatxmltokxmltok.o -c ....importexpatxmltokxmltok.c
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.o: ....importexpatxmltokxmlrole.c
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
- -@if NOT exist "thumb-rel32objxmldllpar2" mkdir "thumb-rel32objxmldllpar2"
- -@if NOT exist "thumb-rel32objxmldllpar2import" mkdir "thumb-rel32objxmldllpar2import"
- -@if NOT exist "thumb-rel32objxmldllpar2importexpat" mkdir "thumb-rel32objxmldllpar2importexpat"
- -@if NOT exist "thumb-rel32objxmldllpar2importexpatxmltok" mkdir "thumb-rel32objxmldllpar2importexpatxmltok"
- $(CC) $(CCFLAGS) -o thumb-rel32objxmldllpar2importexpatxmltokxmlrole.o -c ....importexpatxmltokxmlrole.c
- thumb-rel32objxmldllhxxml_dll_stub.o: hxxml_dll_stub.c
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
- $(CC) $(CCFLAGS) -o thumb-rel32objxmldllhxxml_dll_stub.o -c hxxml_dll_stub.c
- thumb-rel32objxmldllhxxml.uid.o: hxxml.uid.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objxmldll" mkdir "thumb-rel32objxmldll"
- $(CC) $(CXXFLAGS) -o thumb-rel32objxmldllhxxml.uid.o -c hxxml.uid.cpp
- clean:
- $(RM) thumb-rel32hxxml.dll thumb-rel32objxmldllxmlccf.o thumb-rel32objxmldllhxexpatexpatprs.o
- $(RM) thumb-rel32objxmldllhxexpatexpatapi.o thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.o
- $(RM) thumb-rel32objxmldllpar2importexpatxmltokxmltok.o thumb-rel32objxmldllpar2importexpatxmltokxmlrole.o
- $(RM) thumb-rel32objxmldllhxxml_dll_stub.o thumb-rel32objxmldllhxxml.uid.o
- ......releasehxxml.dll: thumb-rel32hxxml.dll
- -@if NOT exist "......release" mkdir "......release"
- rm -rf "......releasehxxml.dll"
- copy "thumb-rel32hxxml.dll" "......releasehxxml.dll"
- copy: ......releasehxxml.dll
- depend:
- python C:sourcebuildbinmkdepend /tthumb-rel32objxmldll /mxmldll.mak $(DEFINES) $(INCLUDES) $(SRCS)
- # DO NOT DELETE -- mkdepend depends on this line
- thumb-rel32objxmldllxmlccf.obj: "xmlccf.cpp"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxcom.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxtypes.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxbastsd.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxresult.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxiids.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxpiids.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludeatomicbase.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxengin.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludeihxpckts.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxvalue.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxplugn.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxplugncompat.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxcomm.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxccf.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxxml.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxver.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludernver.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonincludehxerror.h"
- thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxassert.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/assert.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibassert.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/limits.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxcliblimits.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/stdio.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/time.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibtime.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibwindows.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxosstr.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclib/windows.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibstdio.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonruntimepubhlxclibstdarg.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonutilpubplatform/mac/maclibrary.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objxmldllxmlccf.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxperf.h"
- thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxperf2.h"
- thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxchkpt2.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubhxtick.h"
- thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxchkpt.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxmap.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapptrtoptr.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubcarray.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxstring.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobals/hxglobalchxstring.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxmaputils.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapbuckets.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapstringtoob.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapstringtostring.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmaplongtoobj.h"
- thumb-rel32objxmldllxmlccf.obj: "......commondbgtoolpubhxprofile.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonimportexpatxmlparsexmlparse.h"
- thumb-rel32objxmldllxmlccf.obj: "hxexpatexpatprs.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonutilpubbaseobj.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobals/hxglobals.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalint.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalptr.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalmap.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubchxmapguidtoobj.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxguid.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxgloballist.h"
- thumb-rel32objxmldllxmlccf.obj: "......commoncontainerpubhxslist.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobaldll.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubdllacces.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalchararray.h"
- thumb-rel32objxmldllxmlccf.obj: "......commonsystempubglobalshxglobalbool.h"
- thumb-rel32objxmldllxmlccf.obj: "xmlccf.h"
- thumb-rel32objxmldllxmlccf.obj: "hxxml.ver"
- thumb-rel32objxmldllxmlccf.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "hxexpatexpatprs.cpp"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxtypes.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxbastsd.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxresult.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxassert.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/assert.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibassert.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/limits.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxcliblimits.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/stdio.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/time.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibtime.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibwindows.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxosstr.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/windows.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibstdio.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibstdarg.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonutilpubplatform/mac/maclibrary.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxheap.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxhpbase.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxcom.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxiids.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxpiids.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludeatomicbase.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxengin.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxcomm.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxccf.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxfiles.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/sys/stat.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonruntimepubhlxclib/sysstat.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludeihxpckts.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxvalue.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxxml.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxplugn.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxplugncompat.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludexmlreslt.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxxres.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonincludehxxrsmg.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: ".hxxml.ver"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonimportexpatxmlparsexmlparse.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "hxexpatexpatprs.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonutilpubbaseobj.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobals/hxglobals.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalint.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalptr.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalmap.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapptrtoptr.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubcarray.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxstring.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobals/hxglobalchxstring.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxmaputils.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapbuckets.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmaplongtoobj.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapguidtoobj.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxguid.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapstringtoob.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubchxmapstringtostring.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxgloballist.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxslist.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobaldll.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubdllacces.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalchararray.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubglobalshxglobalbool.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "hxexpatexpatapi.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxperf.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxperf2.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxchkpt2.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commonsystempubhxtick.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxchkpt.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commoncontainerpubhxmap.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "......commondbgtoolpubhxprofile.h"
- thumb-rel32objxmldllhxexpatexpatprs.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "hxexpatexpatapi.cpp"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxtypes.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxbastsd.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxcom.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxresult.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxiids.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxpiids.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludeatomicbase.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxengin.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxcomm.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxccf.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxxml.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxplugn.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonincludehxplugncompat.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonimportexpatxmlparsexmlparse.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "hxexpatexpatapi.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "hxexpatexpatprs.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonutilpubbaseobj.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobals/hxglobals.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalint.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalptr.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalmap.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapptrtoptr.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubcarray.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commondbgtoolpubhxassert.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/assert.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibassert.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/limits.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxcliblimits.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/stdio.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/time.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibtime.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibwindows.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxosstr.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclib/windows.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibstdio.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonruntimepubhlxclibstdarg.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonutilpubplatform/mac/maclibrary.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubhxstring.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobals/hxglobalchxstring.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubhxmaputils.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapbuckets.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmaplongtoobj.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapguidtoobj.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubhxguid.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapstringtoob.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubchxmapstringtostring.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxgloballist.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commoncontainerpubhxslist.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobaldll.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubdllacces.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalchararray.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "......commonsystempubglobalshxglobalbool.h"
- thumb-rel32objxmldllhxexpatexpatapi.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "....importexpatxmlparsexmlparse.c"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "......commonimportexpatxmltokxmldef.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "....importexpatxmlparsexmlparse.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "......commonimportexpatxmltokxmltok.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "......commonimportexpatxmltokxmlrole.h"
- thumb-rel32objxmldllpar2importexpatxmlparsexmlparse.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok.c"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmldef.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltoknametab.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok_impl.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokascii.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok_impl.c"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokasciitab.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokutf8tab.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokiasciitab.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltoklatin1tab.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "....importexpatxmltokxmltok_ns.c"
- thumb-rel32objxmldllpar2importexpatxmltokxmltok.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokxmlrole.c"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokxmldef.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokxmlrole.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokxmltok.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "....importexpatxmltokascii.h"
- thumb-rel32objxmldllpar2importexpatxmltokxmlrole.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "hxxml_dll_stub.c"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxtypes.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxbastsd.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxcom.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxresult.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxiids.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxpiids.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludeatomicbase.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "......commonincludehxengin.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objxmldllhxxml_dll_stub.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"
- thumb-rel32objxmldllhxxml.uid.obj: "hxxml.uid.cpp"
- thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
- thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objxmldllhxxml.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objxmldllhxxml.uid.obj: "thumb-rel32common_lang_xml_xmldll_ribodefs.h"