- __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=vidplin.cpp guids.cpp vidplin_dll_stub.c vidplin.uid.cpp
- OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
- COMPILED_OBJS=thumb-rel32objvidplin.o thumb-rel32objguids.o thumb-rel32objvidplin_dll_stub.o thumb-rel32objvidplin.uid.o
- SOURCE_OBJS=
- INCLUDES=-I ......commonruntimepub -I ......commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ......commoninclude -I ......videoinclude -I ......clientinclude -I ......clientvideosvcinclude -I ......clientcommoncontainerpub -I ......datatypecommoncontainerpub -I ......datatypecommonutilpub -I ......datatypecommonvidrendpub -I ......datatyperminclude -I ......datatypermcommonpub -I ......datatypermcommonutilpub -I ......datatypermvideocommonpub -I ......datatypermvideorendererpub -I ......datatypemp4videorendererpub -I ......datatypeh263videorendererpub -I .pub -I ......commondbgtoolpub -I ......commonutilpub -I ......commoncontainerpub -I ......protocolsdppub -I ......protocolcommonutilpub -I ......datatypemp4commonpub -I ......datatypemp4payloadpub -I ......datatypeh263payloadpub -I ......datatypeh263rendererpub
- DEFINES=-I . -include thumb-rel32datatype_group_video_ribodefs.h
- STATIC_LIBS=c:sourcehelixdatatype_distrmvideocommonthumb-rel32rvcomlib.lib c:sourcehelixdatatype_distrmvideopayloadthumb-rel32rvpyldlib.lib ......commonsystemthumb-rel32syslib.lib ......commondbgtoolthumb-rel32debuglib.lib ......commonruntimethumb-rel32runtlib.lib ......commonruntimethumb-rel32runtlib.lib ......commondbgtoolthumb-rel32debuglib.lib ......commonutilthumb-rel32utillib.lib ......commoncontainerthumb-rel32contlib.lib ......commonsystemthumb-rel32syslib.lib ......videovidutilthumb-rel32vidutillib.lib ......protocolsdpthumb-rel32sdplib.lib ......protocolcommonutilthumb-rel32protutillib.lib ......datatypecommonutilthumb-rel32dtutillib.lib ......datatypecommonvidrendthumb-rel32vidrend.lib ......datatypermcommonthumb-rel32rmcomlib.lib ......datatypermvideorendererthumb-rel32rvxrendlib.lib ......datatypemp4commonthumb-rel32mp4comlib.lib ......datatypemp4payloadthumb-rel32mp4pyldlib.lib ......datatypemp4videorendererthumb-rel32mp4vrenderlib.lib ......datatypeh263payloadthumb-rel32h263pyldlib.lib ......datatypeh263rendererthumb-rel32h263renderlib.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-rel32obj thumb-rel32vidplin.dll
- thumb-rel32obj:
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- all_objects: $(OBJS)
- thumb-rel32vidplin.dll: $(OBJS) $(STATIC_LIBS)
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- python C:sourcebuildbinarmerge -d thumb-rel32objlib thumb-rel32vidplin_libs.lib $(STATIC_LIBS)
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def vidplin.def --output-exp thumb-rel32vidplin.exp --dllname thumb-rel32vidplin.dll
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll vidplin.lnk thumb-rel32vidplin.exp --dll --base-file thumb-rel32vidplin.bas -o thumb-rel32vidplin.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32vidplin_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
- rm thumb-rel32vidplin.exp
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def vidplin.def --dllname thumb-rel32vidplin.dll --base-file thumb-rel32vidplin.bas --output-exp thumb-rel32vidplin.exp
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll vidplin.lnk thumb-rel32vidplin.exp --dll -Map thumb-rel32vidplin.dll.map -o thumb-rel32vidplin.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32vidplin_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-rel32vidplin.dll thumb-rel32vidplin.dll
- rm thumb-rel32vidplin.exp thumb-rel32vidplin.bas
- rm thumb-rel32vidplin_libs.lib
- thumb-rel32objvidplin.o: vidplin.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objvidplin.o -c vidplin.cpp
- thumb-rel32objguids.o: guids.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objguids.o -c guids.cpp
- thumb-rel32objvidplin_dll_stub.o: vidplin_dll_stub.c
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CCFLAGS) -o thumb-rel32objvidplin_dll_stub.o -c vidplin_dll_stub.c
- thumb-rel32objvidplin.uid.o: vidplin.uid.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objvidplin.uid.o -c vidplin.uid.cpp
- clean:
- $(RM) thumb-rel32vidplin.dll thumb-rel32objvidplin.o thumb-rel32objguids.o thumb-rel32objvidplin_dll_stub.o
- $(RM) thumb-rel32objvidplin.uid.o
- ......releasevidplin.dll: thumb-rel32vidplin.dll
- -@if NOT exist "......release" mkdir "......release"
- rm -rf "......releasevidplin.dll"
- copy "thumb-rel32vidplin.dll" "......releasevidplin.dll"
- copy: ......releasevidplin.dll
- depend:
- python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
- # DO NOT DELETE -- mkdepend depends on this line
- thumb-rel32objvidplin.obj: "vidplin.cpp"
- thumb-rel32objvidplin.obj: "......commonincludehxtypes.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objvidplin.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objvidplin.obj: "......commonincludehxbastsd.h"
- thumb-rel32objvidplin.obj: "......commonincludehxcom.h"
- thumb-rel32objvidplin.obj: "......commonincludehxresult.h"
- thumb-rel32objvidplin.obj: "......commonincludehxiids.h"
- thumb-rel32objvidplin.obj: "......commonincludehxpiids.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objvidplin.obj: "......commonincludeatomicbase.h"
- thumb-rel32objvidplin.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objvidplin.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objvidplin.obj: "......commonincludehxengin.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objvidplin.obj: "......datatypermvideorendererpubrvxvideo.h"
- thumb-rel32objvidplin.obj: "......datatypecommonvidrendpubvidrend.h"
- thumb-rel32objvidplin.obj: "......datatypecommonvidrendpubvidrendf.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubhxslist.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubhxstring.h"
- thumb-rel32objvidplin.obj: "......commondbgtoolpubhxassert.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/assert.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibassert.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/limits.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxcliblimits.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/stdio.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/time.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibtime.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibwindows.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxosstr.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclib/windows.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibstdio.h"
- thumb-rel32objvidplin.obj: "......commonruntimepubhlxclibstdarg.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objvidplin.obj: "......commonutilpubplatform/mac/maclibrary.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objvidplin.obj: "......commonsystempubglobals/hxglobalchxstring.h"
- thumb-rel32objvidplin.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objvidplin.obj: "......commonincludehxwintyp.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
- thumb-rel32objvidplin.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
- thumb-rel32objvidplin.obj: "......commonincludehxcomm.h"
- thumb-rel32objvidplin.obj: "......commonincludehxccf.h"
- thumb-rel32objvidplin.obj: "......commonincludeihxpckts.h"
- thumb-rel32objvidplin.obj: "......commonincludehxvalue.h"
- thumb-rel32objvidplin.obj: "......commonsystempubhxthread.h"
- thumb-rel32objvidplin.obj: "......clientincludehxvsurf.h"
- thumb-rel32objvidplin.obj: "......datatypecommoncontainerpubchxbufpl.h"
- thumb-rel32objvidplin.obj: "......datatypecommoncontainerpubcringbuf.h"
- thumb-rel32objvidplin.obj: "......datatypecommoncontainerpubmdpkt.h"
- thumb-rel32objvidplin.obj: "......commonincludehxplugn.h"
- thumb-rel32objvidplin.obj: "......commonincludehxplugncompat.h"
- thumb-rel32objvidplin.obj: "......commonincludehxrendr.h"
- thumb-rel32objvidplin.obj: "......commonincludehxwin.h"
- thumb-rel32objvidplin.obj: "......clientincludehxsite2.h"
- thumb-rel32objvidplin.obj: "......commonincludehxasm.h"
- thumb-rel32objvidplin.obj: "......commonincludehxmon.h"
- thumb-rel32objvidplin.obj: "......commonincludehxpcmkr.h"
- thumb-rel32objvidplin.obj: "......commonincludehxcore.h"
- thumb-rel32objvidplin.obj: "......commonincludehxprefs.h"
- thumb-rel32objvidplin.obj: "......commonsystempubhxtick.h"
- thumb-rel32objvidplin.obj: "......datatypecommonvidrendpubvidstats.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubhxbuffer.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubstatinfo.h"
- thumb-rel32objvidplin.obj: "......datatypecommonutilpubrendstats.h"
- thumb-rel32objvidplin.obj: "......commonutilpubbaseobj.h"
- thumb-rel32objvidplin.obj: "......commonsystempubglobals/hxglobals.h"
- thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalint.h"
- thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalptr.h"
- thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalmap.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapptrtoptr.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubcarray.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubhxmaputils.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapbuckets.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubchxmaplongtoobj.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapguidtoobj.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubhxguid.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapstringtoob.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubchxmapstringtostring.h"
- thumb-rel32objvidplin.obj: "......commonsystempubglobalshxgloballist.h"
- thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobaldll.h"
- thumb-rel32objvidplin.obj: "......commonsystempubdllacces.h"
- thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalchararray.h"
- thumb-rel32objvidplin.obj: "......commonsystempubglobalshxglobalbool.h"
- thumb-rel32objvidplin.obj: "......datatypermcommonpubhxalloc.h"
- thumb-rel32objvidplin.obj: "......commoncontainerpubhxmap.h"
- thumb-rel32objvidplin.obj: "......datatypermincludehxcodec.h"
- thumb-rel32objvidplin.obj: "......datatypemp4videorendererpubmp4video.h"
- thumb-rel32objvidplin.obj: "......datatypeh263rendererpubh263video.h"
- thumb-rel32objvidplin.obj: ".pubvidplin.h"
- thumb-rel32objvidplin.obj: "thumb-rel32datatype_group_video_ribodefs.h"
- thumb-rel32objguids.obj: "guids.cpp"
- thumb-rel32objguids.obj: "......commonincludehxtypes.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objguids.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objguids.obj: "......commonincludehxbastsd.h"
- thumb-rel32objguids.obj: "......commonincludehxwintyp.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
- thumb-rel32objguids.obj: "......commonincludehxresult.h"
- thumb-rel32objguids.obj: "......commonincludehxcom.h"
- thumb-rel32objguids.obj: "......commonincludehxiids.h"
- thumb-rel32objguids.obj: "......commonincludehxpiids.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objguids.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objguids.obj: "......commonincludeatomicbase.h"
- thumb-rel32objguids.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objguids.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objguids.obj: "......commonincludehxengin.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objguids.obj: "......commonincludehxevent.h"
- thumb-rel32objguids.obj: "......commonincludehxcomm.h"
- thumb-rel32objguids.obj: "......commonincludehxccf.h"
- thumb-rel32objguids.obj: "......commonincludeihxpckts.h"
- thumb-rel32objguids.obj: "......commonincludehxvalue.h"
- thumb-rel32objguids.obj: "......commonincludehxcore.h"
- thumb-rel32objguids.obj: "......commonincludehxwin.h"
- thumb-rel32objguids.obj: "......commonincludehxrendr.h"
- thumb-rel32objguids.obj: "......commonincludehxhyper.h"
- thumb-rel32objguids.obj: "......commonincludehxplugn.h"
- thumb-rel32objguids.obj: "......commonincludehxplugncompat.h"
- thumb-rel32objguids.obj: "......commonincludehxasm.h"
- thumb-rel32objguids.obj: "......commonincludehxupgrd.h"
- thumb-rel32objguids.obj: "......commonincludehxprefs.h"
- thumb-rel32objguids.obj: "......commonincludehxerror.h"
- thumb-rel32objguids.obj: "......clientincludehxvsurf.h"
- thumb-rel32objguids.obj: "......clientincludehxvctrl.h"
- thumb-rel32objguids.obj: "......clientincludehxsite2.h"
- thumb-rel32objguids.obj: "......commonsystempubhxthread.h"
- thumb-rel32objguids.obj: "......commonincludehxmon.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/limits.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxcliblimits.h"
- thumb-rel32objguids.obj: "......commonincludehxformt.h"
- thumb-rel32objguids.obj: "......commonincludehxfiles.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/sys/stat.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/sysstat.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/time.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclibtime.h"
- thumb-rel32objguids.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclibwindows.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxosstr.h"
- thumb-rel32objguids.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objguids.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/windows.h"
- thumb-rel32objguids.obj: "......commonincludehxpcmkr.h"
- thumb-rel32objguids.obj: "......commonsystempubdllpath.h"
- thumb-rel32objguids.obj: "......commoncontainerpubhxmap.h"
- thumb-rel32objguids.obj: "......commoncontainerpubchxmapptrtoptr.h"
- thumb-rel32objguids.obj: "......commoncontainerpubcarray.h"
- thumb-rel32objguids.obj: "......commondbgtoolpubhxassert.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/assert.h"
- thumb-rel32objguids.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclibassert.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclib/stdio.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclibstdio.h"
- thumb-rel32objguids.obj: "......commonruntimepubhlxclibstdarg.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objguids.obj: "......commonutilpubplatform/mac/maclibrary.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objguids.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objguids.obj: "......commoncontainerpubhxstring.h"
- thumb-rel32objguids.obj: "......commonsystempubglobals/hxglobalchxstring.h"
- thumb-rel32objguids.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objguids.obj: "......commoncontainerpubhxmaputils.h"
- thumb-rel32objguids.obj: "......commoncontainerpubchxmapbuckets.h"
- thumb-rel32objguids.obj: "......commoncontainerpubchxmapstringtoob.h"
- thumb-rel32objguids.obj: "......commoncontainerpubchxmapstringtostring.h"
- thumb-rel32objguids.obj: "......commoncontainerpubchxmaplongtoobj.h"
- thumb-rel32objguids.obj: "......commonsystempubglobals/hxglobals.h"
- thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalint.h"
- thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalptr.h"
- thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalmap.h"
- thumb-rel32objguids.obj: "......commoncontainerpubchxmapguidtoobj.h"
- thumb-rel32objguids.obj: "......commoncontainerpubhxguid.h"
- thumb-rel32objguids.obj: "......commonsystempubglobalshxgloballist.h"
- thumb-rel32objguids.obj: "......commoncontainerpubhxslist.h"
- thumb-rel32objguids.obj: "......commonsystempubglobalshxglobaldll.h"
- thumb-rel32objguids.obj: "......commonsystempubdllacces.h"
- thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalchararray.h"
- thumb-rel32objguids.obj: "......commonsystempubglobalshxglobalbool.h"
- thumb-rel32objguids.obj: "thumb-rel32datatype_group_video_ribodefs.h"
- thumb-rel32objvidplin_dll_stub.obj: "vidplin_dll_stub.c"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxtypes.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxbastsd.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxcom.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxresult.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxiids.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxpiids.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludeatomicbase.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objvidplin_dll_stub.obj: "......commonincludehxengin.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objvidplin_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objvidplin_dll_stub.obj: "thumb-rel32datatype_group_video_ribodefs.h"
- thumb-rel32objvidplin.uid.obj: "vidplin.uid.cpp"
- thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
- thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objvidplin.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objvidplin.uid.obj: "thumb-rel32datatype_group_video_ribodefs.h"