diff options
author | endolf <[email protected]> | 2009-03-18 01:23:13 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2009-03-18 01:23:13 +0000 |
commit | 2d81de2a20d8856ad5a17aa77694ca1a9f469462 (patch) | |
tree | 62c257cd2fcc1b2435e86cf467372f0613207501 | |
parent | f53b3529b73eeda99efadf5a7b02802fdb4c6190 (diff) |
All environment paths passed in.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@215 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-rw-r--r-- | plugins/windows/src/native/build.xml | 2 |
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}"/> |