build_on_xp
git-svn-id: svn://10.0.0.236/trunk@238463 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user