mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
All environment paths passed in.
This commit is contained in:
parent
8ed1ae2586
commit
2ed5250bf4
|
|
@ -3,7 +3,7 @@
|
|||
<project name="JInput dx8 port, Native code" basedir="." default="compile">
|
||||
<property environment="env"/>
|
||||
<property name="dxhome" location="${env.DXSDK_DIR}"/>
|
||||
<property name="sdkhome" location="c:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2"/>
|
||||
<property name="sdkhome" location="${env.WindowsSdkDir}"/>
|
||||
|
||||
<target name="compile_dir">
|
||||
<echo message="${compiledir}"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue