aboutsummaryrefslogtreecommitdiffstats
path: root/make/joal.properties
diff options
context:
space:
mode:
authorkbr <[email protected]>2008-03-26 04:38:48 +0000
committerkbr <[email protected]>2008-03-26 04:38:48 +0000
commit321276145d7099dc6731275b66cff66fc65fb0e3 (patch)
tree2929144ccd9bc20c3c8a3efe357f926c0a416ae5 /make/joal.properties
parenta5c3ef7e6c97a5e6b84fdb1e51d83d115313903e (diff)
Removed redundant specifications of macosxfat and macosx64fat
properties from jogl.properties and joal.properties git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@831 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/joal.properties')
-rwxr-xr-xmake/joal.properties16
1 files changed, 0 insertions, 16 deletions
diff --git a/make/joal.properties b/make/joal.properties
index dd5e741..c195280 100755
--- a/make/joal.properties
+++ b/make/joal.properties
@@ -28,19 +28,3 @@
# joal.lib.dir=/System/Library/Frameworks/OpenAL.framework
# Solaris (not yet supported)
# joal.lib.dir=/usr/lib
-
-# If you are building on Windows and have the Microsoft Visual C++
-# compilers installed, you can choose an alternate compiler with which
-# to build the JOAL native code. Valid strings here are "vc6", "vc7",
-# and "mingw".
-win32.c.compiler=mingw
-
-#
-# If you are building on a Mac OS X system supporting
-# cross-compilation and want to generate fat (PPC and x86) binaries,
-# uncomment the property below
-# macosxfat=true
-# If you are building on a 64-bit Mac OS X system supporting
-# cross-compilation and want to generate fat (PPC64 and x86_64) binaries,
-# uncomment the property below
-# macosx64fat=true