Changes between Version 3 and Version 4 of xpcom_uno_tests
- Timestamp:
- Oct 31, 2008, 1:48:34 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xpcom_uno_tests
v3 v4 85 85 {{{ 86 86 for i in *cxx ; do 87 echo $i start ; 88 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 89 90 for i in *cxx ; do 87 91 echo $i start ; 88 gcc - E -DMOZILLA_INTERNAL_API=" ZOO-1.0 " -DMOZILLA_CLIENT -DXP_UNIX -DTRACING -malign-natural -c -O -fPIC -fno-common \92 gcc -DMOZILLA_INTERNAL_API=" ZOO-1.0 " -DMOZILLA_CLIENT -DXP_UNIX -DTRACING -malign-natural -c -O -fPIC -fno-common \ 89 93 -I/Users/djay/OpenOffice.org3.0_SDK/inc/ \ 90 94 -I /Users/djay/Gentoo/usr/include/ \ … … 111 115 112 116 Compile results : 113 * bridgeimpl.o114 * bridgeimpl_conversion.o115 * bridgeimpl_conversion_variant.o116 117 * leakcheck.o 117 * unointerfaceproxy.o118 * xpcomcompoundproxy.o119 * xpcominterfaceproxy.o120 * xpcomproxybase.o121 * xpcomunoenum.o122 * xpcomunotype.o123 118 * xpcomvariant.o 124 119