mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-05 14:35:58 +00:00
Updates to build system for wintab plugin
This commit is contained in:
parent
1ef6081c1f
commit
e2d5fc8e24
2 changed files with 33 additions and 2 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue