mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Directx SDK has changed the location of the x86 libs.
Clean out the exp and libs that are created during a build when clean target is run.
This commit is contained in:
parent
40af67538f
commit
0ad4010e80
|
|
@ -46,6 +46,8 @@
|
|||
<fileset dir="raw" includes="*.obj"/>
|
||||
<fileset dir="dx8" includes="*.obj"/>
|
||||
<fileset dir="." includes="*.dll"/>
|
||||
<fileset dir="." includes="*.exp"/>
|
||||
<fileset dir="." includes="*.lib"/>
|
||||
<fileset dir="../../../common/src/native" includes="*.obj"/>
|
||||
</delete>
|
||||
</target>
|
||||
|
|
@ -61,7 +63,7 @@
|
|||
<condition property="rawdllname" value="jinput-raw.dll" else="jinput-raw_64.dll">
|
||||
<equals arg1="${os.arch}" arg2="x86"/>
|
||||
</condition>
|
||||
<condition property="dxhomelib" value="${dxhome}\lib" else="${dxhome}\lib\x64">
|
||||
<condition property="dxhomelib" value="${dxhome}\lib\x86" else="${dxhome}\lib\x64">
|
||||
<equals arg1="${os.arch}" arg2="x86"/>
|
||||
</condition>
|
||||
<condition property="sdkhomelib" value="${sdkhome}\lib" else="${sdkhome}\lib\x64">
|
||||
|
|
|
|||
Loading…
Reference in a new issue