summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-08-28 18:17:49 +0200
committerMichael Bien <[email protected]>2010-08-28 18:17:49 +0200
commitf9f18e758bcf54b3e2e05641fd862e7df3676363 (patch)
treebe2702e53c4254cefad50498c89b1513b8ebd6c5
parentafa3632e8df813f54195c8a97833eff5c832d6ee (diff)
removed requirement to specify 'joal.lib.dir' property since its no longer used.
-rw-r--r--README.txt11
-rwxr-xr-xmake/build.xml2
-rwxr-xr-xmake/joal.properties18
3 files changed, 1 insertions, 30 deletions
diff --git a/README.txt b/README.txt
index 98ab414..4923b6b 100644
--- a/README.txt
+++ b/README.txt
@@ -153,16 +153,7 @@ is used during the glue code generation process.
Copy the joal.properties file from the make/ subdirectory into your
home directory, or in particular where the Java system property
user.home points to (on Windows, this is C:\Documents and
-Settings\username\). Edit the joal.lib.dir property to point to the
-lib directory of your current OpenAL installation. For Windows this
-might be "C:/Program Files/OpenAL 1.1 SDK/libs/Win32".
-
-Under Linux set the property to the toplevel directory of your OpenAL CVS version.
-If OpenAl came with your distribution and the header files are in /usr/include/AL,
-set the property to '/usr'.
-
-Under OSX the default distribution will install to "/Library/Frameworks/OpenAL.framework ".
-
+Settings\username\).
On Windows, you may want to edit the win32.c.compiler property to
indicate the C compiler you prefer to use (vc6, vc7 or mingw).
diff --git a/make/build.xml b/make/build.xml
index 639167f..fe55231 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -78,8 +78,6 @@
-->
<target name="base.init" depends="load.user.properties,gluegen.properties.load.user,gluegen.cpptasks.detect.os">
- <fail message="joal.lib.dir was not specified in joal.properties (and not defined elsewhere)." unless="joal.lib.dir"/>
-
<!-- Set the project root directory to be up one directory. -->
<property name="project.root" value=".." />
diff --git a/make/joal.properties b/make/joal.properties
index c195280..e56ccdf 100755
--- a/make/joal.properties
+++ b/make/joal.properties
@@ -10,21 +10,3 @@
# root directory of your JDK.
#
# java.home.dir=C:/jdk1.4.2
-
-#
-# The required joal.lib.dir points to the directory containing the
-# OpenAL library against which JOAL is linked. On Windows, this is the
-# directory containing OpenAL32.lib (the import library); on other
-# platforms, it's the directory containing libopenal.so.
-# Windows
-# OpenAL 1.0
-# joal.lib.dir=C:/Program Files/OpenAL 1.0 Software Development Kit/libs
-# OpenAL 1.1 (can link against either version; binding supports OpenAL
-# 1.1 if available at run time)
-# joal.lib.dir=C:/Program Files/OpenAL 1.1 SDK/libs/Win32
-# Linux
-# joal.lib.dir=/usr/lib
-# Mac OS X
-# joal.lib.dir=/System/Library/Frameworks/OpenAL.framework
-# Solaris (not yet supported)
-# joal.lib.dir=/usr/lib