aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/windows/src/native/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/windows/src/native/build.xml b/plugins/windows/src/native/build.xml
index f250b24..7925b70 100644
--- a/plugins/windows/src/native/build.xml
+++ b/plugins/windows/src/native/build.xml
@@ -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}"/>