diff options
-rw-r--r-- | make/jogl.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/make/jogl.properties b/make/jogl.properties index bb5e81f87..b6dab3855 100644 --- a/make/jogl.properties +++ b/make/jogl.properties @@ -11,6 +11,17 @@ # # java.home.dir=C:/jdk1.4.2 +# 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 JOGL native code. Valid strings here are "vc6", "vc7", +# "vc8", "vc8_x64", "vc9" and "mingw". +#win32.c.compiler=vc6 + +# If you are building on a Mac OS X system supporting +# cross-compilation and want to generate fat binaries containing +# x86_64 code, uncomment the property below +# macosx64=true + # # If you are building the Cg binding (by specifying -Djogl.cg=1 to the # Ant build) and have installed the Cg SDK in somewhere other than the |