summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorathomas <[email protected]>2003-11-23 01:39:59 +0000
committerathomas <[email protected]>2003-11-23 01:39:59 +0000
commit958b4a62bbfa639ad27756037049c9db3e7d3bf2 (patch)
treefc2bc580070c584a799c32e4509980e99309fb64 /build.xml
parentebe0f9a9ea29dd09332cafe65286f563bb08f6d6 (diff)
Several changes, uses newest lwjgl extal, throws exceptions from native code if AL doesn't load correctly and creates Context and Device objects in Native code.
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@69 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 86670b3..fd3416e 100644
--- a/build.xml
+++ b/build.xml
@@ -39,7 +39,8 @@
<target name="init">
<property name="jdk.home" value="c:/j2sdk1.4.2"/> <!-- Edit this to taste -->
<property name="openal.home" value="C:/Program Files/Creative Labs/OpenAL 1.0 SDK"/> <!-- Edit this to taste -->
- <property name="optimize" value="on"/> <!-- Edit this to taste -->
+ <property name="optimize" value="off"/> <!-- Edit this to taste -->
+ <property name="debug" value="on"/> <!-- Edit this to taste -->
<mkdir dir="classes"/>
<mkdir dir="apidocs"/>
<mkdir dir="lib"/>