aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/jogl.properties20
1 files changed, 4 insertions, 16 deletions
diff --git a/make/jogl.properties b/make/jogl.properties
index b6dab3855..4f5f4d44b 100644
--- a/make/jogl.properties
+++ b/make/jogl.properties
@@ -3,24 +3,12 @@
# properties. This file must be copied into your home directory (pointed
# to by the Java system property user.home) and the copy modified appropriately.
###############################################################################
+
#
-# java.home.dir is usually inferred from the java.home variable.
-# If it appears the build is failing because of an inability to
-# find e.g. JAWT or JNI headers, override this to point to the
-# root directory of your JDK.
+# Note that gluegen/make/gluegen.properties must also be copied into your
+# home directory alongside this file and that copy also modified appropriately.
+# See that file for additional properties required by the build.
#
-# 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