diff options
Diffstat (limited to 'make/joal.properties')
-rwxr-xr-x | make/joal.properties | 18 |
1 files changed, 0 insertions, 18 deletions
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 |