diff options
author | Kenneth Russel <[email protected]> | 2009-06-16 20:07:33 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-06-16 20:07:33 +0000 |
commit | 4c3eac7fd2d2fe61e7d0eb72bdcadff6dfd62521 (patch) | |
tree | 1c1e69398104602d55ed3e921e9ca4f3d4b6acf2 /make/jogl.properties | |
parent | e020b9aa14ea8198a295deffe106365cc9f8ea28 (diff) |
Removed win32.c.compiler and macosx64 properties from this file and
pointed to gluegen.properties to avoid having redundant documentation
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1961 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jogl.properties')
-rw-r--r-- | make/jogl.properties | 20 |
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 |