aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wintab/src/native/build.xml
diff options
context:
space:
mode:
authorendolf <[email protected]>2006-10-29 17:47:35 +0000
committerendolf <[email protected]>2006-10-29 17:47:35 +0000
commit77fbf9b397ed3aaa1a46ea48f2efdb47c6618b95 (patch)
tree6162d4661ea726121b1dd7f0507b38935e8af3ed /plugins/wintab/src/native/build.xml
parent8a492e3f0a81ad71ce0700a5ce7f86418beceffe (diff)
Updates to build system for wintab plugin
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@168 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins/wintab/src/native/build.xml')
-rw-r--r--plugins/wintab/src/native/build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/wintab/src/native/build.xml b/plugins/wintab/src/native/build.xml
index 152ef24..38691d9 100644
--- a/plugins/wintab/src/native/build.xml
+++ b/plugins/wintab/src/native/build.xml
@@ -42,10 +42,13 @@
<delete>
<fileset dir="." includes="*.obj"/>
<fileset dir="." includes="*.dll"/>
+ <fileset dir="." includes="*.h"/>
+ <fileset dir="." includes="*.exp"/>
+ <fileset dir="." includes="*.lib"/>
</delete>
</target>
- <target name="compile">
+ <target name="compile" if="wintabhome">
<property name="wintablibs" value="Kernel32.lib WINTAB32.LIB User32.lib"/>
<property name="commonhome" location="../../../common"/>
<property name="dllname" value="jinput-wintab.dll"/>