This commit is contained in:
edburns%acm.org 2007-11-02 18:35:57 +00:00
Родитель e25a677e16
Коммит 35050b578f
3 изменённых файлов: 35 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,6 @@
build.mac.classes=true
build.win32.classes=true
objdir=/Users/edburns/Projects/mozilla/FIREFOX_1_5_0_9_CVS/mozilla/xulrunner-macosx-ppc_d.obj
objdir=F:\\Projects\\mozilla\\FIREFOX_2_0_0_3_RELEASE\\mozilla\\xulrunner-win32_d.obj
build.home=${objdir}/dist/classes
compile.debug=true
@ -9,8 +9,8 @@ compile.debug=true
#debug.jvm.args=-Xdebug -Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=y
nbide.home=/Users/edburns/Applications/NetBeans.app/Contents/Resources/NetBeans
junit.jar=${nbide.home}/ide7/modules/ext/junit-3.8.1.jar
nbide.home=C:\\PROGRA~1\\netbeans-5.5.1
junit.jar=${nbide.home}\\ide7\\modules\\ext\\junit-3.8.1.jar
moz.install.dir=

Просмотреть файл

@ -96,6 +96,8 @@
executable="make"/>
<exec os="Windows 2000" dir="${objdir.native.path}/src" executable="make"
failonerror="yes"/>
<exec os="Windows XP" dir="${objdir.native.path}/src" executable="make"
failonerror="yes"/>
</target>
@ -107,6 +109,8 @@
executable="make"/>
<exec os="Windows 2000" dir="${objdir.native.path}/jni" executable="make"
failonerror="yes"/>
<exec os="Windows XP" dir="${objdir.native.path}/jni" executable="make"
failonerror="yes"/>
<exec os="Mac OS X" dir="${objdir.native.path}/jni" failonerror="yes"
executable="make"/>
@ -154,6 +158,12 @@
<arg line="clobber_all"/>
</exec>
<exec os="Windows XP" dir="${objdir.native.path}/src" executable="make"
failonerror="yes">
<arg line="clobber_all"/>
</exec>
<exec os="SunOS" dir="${objdir.native.path}/jni" executable="gmake"
failonerror="yes">
@ -171,6 +181,11 @@
<arg line="clobber_all"/>
</exec>
<exec os="Windows XP" dir="${objdir.native.path}/jni" executable="make"
failonerror="yes">
<arg line="clobber_all"/>
</exec>
<exec os="Mac OS X" dir="${objdir.native.path}/src" failonerror="yes"
executable="make">
<arg line="clobber_all"/>

Просмотреть файл

@ -153,6 +153,8 @@
executable="make"/>
<exec os="Windows 2000" dir="${objdir.native.path}/src_share" executable="make"
failonerror="yes"/>
<exec os="Windows XP" dir="${objdir.native.path}/src_share" executable="make"
failonerror="yes"/>
<exec os="Mac OS X" dir="${objdir.native.path}/src_share" executable="make"
failonerror="yes">
</exec>
@ -217,6 +219,8 @@
</exec>
<exec os="Windows 2000" dir="${objdir.native.path}/src_moz" executable="make"
failonerror="yes"/>
<exec os="Windows XP" dir="${objdir.native.path}/src_moz" executable="make"
failonerror="yes"/>
</target>
@ -357,6 +361,12 @@ ${myenv.MOZ_JDKHOME}/bin/java ${debug.options} org.mozilla.webclient.test.Embedd
<arg line="clobber_all"/>
</exec>
<exec os="Windows XP" dir="${objdir.native.path}/src_ie" executable="make"
failonerror="yes">
<arg line="clobber_all"/>
</exec>
<exec os="SunOS" dir="${objdir.native.path}/src_share" executable="gmake"
failonerror="yes">
@ -374,6 +384,12 @@ ${myenv.MOZ_JDKHOME}/bin/java ${debug.options} org.mozilla.webclient.test.Embedd
<arg line="clobber_all"/>
</exec>
<exec os="Windows XP" dir="${objdir.native.path}/src_share" executable="make"
failonerror="yes">
<arg line="clobber_all"/>
</exec>
<exec os="Mac OS X" dir="${objdir.native.path}/src_share" executable="make"
failonerror="yes">
<arg line="clobber_all"/>