M build.properties.sample

M dist/build.xml
M dom/build.xml
M webclient/build.xml
M dist/netbeans/build.xml
M dist/netbeans/webclient.properties
M dom/jni/Makefile.in
M dom/src/Makefile.in
M webclient/src_moz/Makefile.in
M webclient/src_moz/EmbedWindow.cpp
M webclient/src_moz/EmbedWindow.h

- Fix for Mac OS X


git-svn-id: svn://10.0.0.236/trunk@226938 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2007-05-24 04:16:59 +00:00
parent eb8d7b0960
commit 28489879a0
11 changed files with 91 additions and 17 deletions

View File

@@ -107,6 +107,8 @@
executable="make"/>
<exec os="Windows 2000" dir="${objdir.native.path}/jni" executable="make"
failonerror="yes"/>
<exec os="Mac OS X" dir="${objdir.native.path}/src" failonerror="yes"
executable="make"/>
</target>
@@ -169,6 +171,11 @@
<arg line="clobber_all"/>
</exec>
<exec os="Mac OS X" dir="${objdir.native.path}/src" failonerror="yes"
executable="make">
<arg line="clobber_all"/>
</exec>
<delete>
<fileset dir="" includes="**/*.ilk"/>
</delete>