summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 53a2fcb..73a7380 100644
--- a/build.xml
+++ b/build.xml
@@ -37,11 +37,11 @@
<project name="Sun Games Initiative Client Technologies" basedir="." default="all">
<target name="init">
+ <property environment="env"/>
+ <property name="jdk.home" value="${env.JAVA_HOME}"/>
<!-- YOU MUST EDIT & UNCOMMENT THESE PROPERTIES BEFORE BUILDING. SEE README.TXT FOR INSTRUCTIONS
- <property name="jdk.home" value="c:/j2sdk1.4.2"/>
<property name="openal.home" value="C:/Program Files/Creative Labs/OpenAL 1.0 SDK"/>
-->
- <fail message="jdk.home not set. Please see README.txt for instructions" unless="jdk.home"/>
<fail message="openal.home not set. Please see README.txt for instructions" unless="openal.home"/>
<property name="optimize" value="on"/> <!-- Edit this to taste -->
<property name="debug" value="on"/> <!-- Edit this to taste -->