diff options
author | kbr <[email protected]> | 2008-03-26 04:38:48 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2008-03-26 04:38:48 +0000 |
commit | 321276145d7099dc6731275b66cff66fc65fb0e3 (patch) | |
tree | 2929144ccd9bc20c3c8a3efe357f926c0a416ae5 /make/joal.properties | |
parent | a5c3ef7e6c97a5e6b84fdb1e51d83d115313903e (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-x | make/joal.properties | 16 |
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 |