mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
set names as properties; param doesn't seem to work
This commit is contained in:
parent
b9aa335027
commit
a2853046d4
1 changed files with 5 additions and 7 deletions
|
@ -53,21 +53,19 @@
|
|||
in between standard targets -->
|
||||
|
||||
<property name="INITIAL_CLIENT_VERS" value="4"/>
|
||||
<property name="VARIANT_NAME" value="xw4"/>
|
||||
<property name="APP_NAME" value="Crosswords"/>
|
||||
|
||||
<target name="-pre-clean">
|
||||
<antcall target="my-pre-clean" />
|
||||
</target>
|
||||
|
||||
<target name="-pre-build">
|
||||
<antcall target="my-pre-build">
|
||||
<param name="VARIANT_NAME" value="xw4"/>
|
||||
<param name="APP_NAME" value="Crosswords"/>
|
||||
</antcall>
|
||||
<antcall target="my-pre-build" />
|
||||
</target>
|
||||
|
||||
<target name="-pre-compile">
|
||||
<antcall target="my-pre-compile">
|
||||
<param name="VARIANT_NAME" value="xw4"/>
|
||||
</antcall>
|
||||
<antcall target="my-pre-compile" />
|
||||
</target>
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in a new issue