Changes between Version 6 and Version 7 of xpcom_uno_tests
- Timestamp:
- Nov 1, 2008, 3:48:52 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xpcom_uno_tests
v6 v7 115 115 for i in *cxx ; do 116 116 echo $i start ; 117 gcc -DMOZILLA_INTERNAL_API=" ZOO-1.0 " -DMOZILLA_CLIENT -DXP_UNIX -DTRACING -malign-natural -c -O -fPIC -fno-common -I"$MOZ_INC/string" -I"$MOZ_INC/rdf" -I"$MOZ_INC/msgbase" -I"$MOZ_INC/addrbook" -I"$MOZ_INC/mork" -I"$MOZ_INC/locale" -I"$MOZ_INC/pref" -I"$MOZ_INC/mime" -I"$MOZ_INC/chrome" -I"$MOZ_INC/necko" -I"$MOZ_INC/intl" -I"$MOZ_INC//profile" -I"$MOZ_INC/embed_base" -I"$MOZ_INC/mozldap" -I"$MOZ_INC/uconv" -I"$MOZ_INC/xpcom_obsolete" -I"$MOZ_INC/xpconnect" -I"$MOZ_INC/js" -I"$MOZ_INC/content" -I"$MOZ_INC//widget" -I"$MOZ_INC/webshell" -I"$MOZ_INC/find" -I"$MOZ_INC/windowwatcher" -I"$MOZ_INC/gfx" -I"$MOZ_INC/profdirserviceprovider" -I"$MOZ_INC/webbrowserpersist" -I"$MOZ_INC/webbrwsr" -I"$MOZ_INC/docshell" -I"$MOZ_INC/uriloader" -I"$MOZ_INC/shistory" -I"$MOZ_INC/dom" -I/Users/djay/OpenOffice.org3.0_SDK/inc/ -I/Volumes/Geolabs\ Rugged/BackUp/Desktop/xulrunner-sdk/include/string/ -I../unotypes/ -I/Volumes/Geolabs\ Rugged/BackUp/Desktop/xulrunner-sdk/sdk/include -I/Users/djay/geolabs/Devel/OpenOffice.org3.0_SDK/include/ -I/Users/djay/geolabs/Devel/OpenOffice.org3.0_SDK//include/rtl/ -I/Users/djay/geolabs/Devel/OpenOffice.org3.0_SDK//include/cppuhelper/ -I/Volumes/Geolabs\ Rugged/BackUp/Desktop/xulrunner-sdk/include/xpcom/ -I../inc -I. -I/Users/djay/OpenOffice.org3.0_SDK/MACOSXexample.out/inc -I/Users/djay/OpenOffice.org3.0_SDK/MACOSXexample.out/inc/examples -I../../../include -I/Users/djay/geolabs/Projets/IGO/HTC_fw/test/binaries/include/ -I/Users/djay/OpenOffice.org3.0_SDK/MACOSXexample.out/inc/toto -DUNX -DGCC -DMACOSX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0/ -o/Users/djay/OpenOffice.org3.0_SDK/MACOSXexample.out/obj/$(echo $i|sed "s:cxx:o:g") $i; echo $i end; done >& log117 # gcc -DMOZILLA_INTERNAL_API=" ZOO-1.0 " -DMOZILLA_CLIENT -DXP_UNIX -DTRACING -malign-natural -c -O -fPIC -fno-common -I"$MOZ_INC/string" -I"$MOZ_INC/rdf" -I"$MOZ_INC/msgbase" -I"$MOZ_INC/addrbook" -I"$MOZ_INC/mork" -I"$MOZ_INC/locale" -I"$MOZ_INC/pref" -I"$MOZ_INC/mime" -I"$MOZ_INC/chrome" -I"$MOZ_INC/necko" -I"$MOZ_INC/intl" -I"$MOZ_INC//profile" -I"$MOZ_INC/embed_base" -I"$MOZ_INC/mozldap" -I"$MOZ_INC/uconv" -I"$MOZ_INC/xpcom_obsolete" -I"$MOZ_INC/xpconnect" -I"$MOZ_INC/js" -I"$MOZ_INC/content" -I"$MOZ_INC//widget" -I"$MOZ_INC/webshell" -I"$MOZ_INC/find" -I"$MOZ_INC/windowwatcher" -I"$MOZ_INC/gfx" -I"$MOZ_INC/profdirserviceprovider" -I"$MOZ_INC/webbrowserpersist" -I"$MOZ_INC/webbrwsr" -I"$MOZ_INC/docshell" -I"$MOZ_INC/uriloader" -I"$MOZ_INC/shistory" -I"$MOZ_INC/dom" -I/Users/djay/OpenOffice.org3.0_SDK/inc/ -I/Volumes/Geolabs\ Rugged/BackUp/Desktop/xulrunner-sdk/include/string/ -I../unotypes/ -I/Volumes/Geolabs\ Rugged/BackUp/Desktop/xulrunner-sdk/sdk/include -I/Users/djay/geolabs/Devel/OpenOffice.org3.0_SDK/include/ -I/Users/djay/geolabs/Devel/OpenOffice.org3.0_SDK//include/rtl/ -I/Users/djay/geolabs/Devel/OpenOffice.org3.0_SDK//include/cppuhelper/ -I/Volumes/Geolabs\ Rugged/BackUp/Desktop/xulrunner-sdk/include/xpcom/ -I../inc -I. -I/Users/djay/OpenOffice.org3.0_SDK/MACOSXexample.out/inc -I/Users/djay/OpenOffice.org3.0_SDK/MACOSXexample.out/inc/examples -I../../../include -I/Users/djay/geolabs/Projets/IGO/HTC_fw/test/binaries/include/ -I/Users/djay/OpenOffice.org3.0_SDK/MACOSXexample.out/inc/toto -DUNX -DGCC -DMACOSX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0/ -o/Users/djay/OpenOffice.org3.0_SDK/MACOSXexample.out/obj/$(echo $i|sed "s:cxx:o:g") $i; echo $i end; done >& log 118 118 119 119 for i in *cxx ; do … … 122 122 -I/Users/djay/OpenOffice.org3.0_SDK/inc/ \ 123 123 -I /Users/djay/Gentoo/usr/include/ \ 124 -I /Volumes/Geolabs\ Rugged/BackUp/Desktop/xulrunner-sdk/include/string/ \124 -I$XULRUN_SDK_HOME/include/string/ \ 125 125 -I../unotypes/ \ 126 -I /Volumes/Geolabs\ Rugged/BackUp/Desktop/xulrunner-sdk/sdk/include \126 -I$XULRUN_SDK_HOME/sdk/include \ 127 127 -I$OO_SDK_HOME/include/ \ 128 128 -I$OO_SDK_HOME/include/rtl/ \ 129 129 -I$OO_SDK_HOME/include/cppuhelper/ \ 130 -I /Volumes/Geolabs\ Rugged/BackUp/Desktop/xulrunner-sdk/include/xpcom/ \130 -I$XULRUN_SDK_HOME/include/xpcom/ \ 131 131 -I../inc \ 132 132 -I. \