|
|
| |
| |
<!-- Define new ant tasks --> | <!-- Define new ant tasks --> |
|
<!-- Added to suppress warnings |
| |
<taskdef name="izpack" | <taskdef name="izpack" |
onerror="report" | onerror="report" |
|
|
onerror="report" | onerror="report" |
classpath="../TOOLS/jarbundler/jarbundler-1.4.jar" | classpath="../TOOLS/jarbundler/jarbundler-1.4.jar" |
classname="com.loomcom.ant.tasks.jarbundler.JarBundler" /> | classname="com.loomcom.ant.tasks.jarbundler.JarBundler" /> |
|
--> |
| |
| |
<target name="i18n"> | <target name="i18n"> |
|
|
</exec> | </exec> |
</target> | </target> |
| |
<target name="xdevelop" depends="i18n"> <exec dir="resources/ffdecode" executable="make"/> </target> |
<!-- Edited to support "nls" USE flag --> |
|
<target name="xdevelop"> <exec dir="resources/ffdecode" executable="make"/> </target> |
| |
<target name="cleanmac"> | <target name="cleanmac"> |
</target> | </target> |
|
|
</target> | </target> |
| |
<target name="noMacSystem" depends="findsystem" if="isNotMac"> | <target name="noMacSystem" depends="findsystem" if="isNotMac"> |
|
<!-- We do not want this behavior since we patch the file accordingly. |
<copy todir="src/com"> | <copy todir="src/com"> |
<fileset dir="resources/system/no_mac"/> | <fileset dir="resources/system/no_mac"/> |
</copy> | </copy> |
|
--> |
</target> | </target> |
| |
<target name="MacSystem" depends="findsystem" if="isMac"> | <target name="MacSystem" depends="findsystem" if="isMac"> |