Updates to build system for wintab plugin

This commit is contained in:
endolf 2006-10-29 17:47:35 +00:00
parent 1ef6081c1f
commit e2d5fc8e24
2 changed files with 33 additions and 2 deletions

View file

@ -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"/>