diff options
author | Kenneth Russel <[email protected]> | 2009-06-15 22:52:34 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-06-15 22:52:34 +0000 |
commit | 506b634b780dcd23aa61015c2ceba3e687196abf (patch) | |
tree | 897649a36cc769351704a050828f8e0e994c5686 /make/jogl.properties | |
parent | 04c0c10bfee764dbd0301ae83a0fae695dcb5b23 (diff) |
Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX
on to trunk
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1958 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jogl.properties')
-rw-r--r-- | make/jogl.properties | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/make/jogl.properties b/make/jogl.properties deleted file mode 100644 index 64b6ce894..000000000 --- a/make/jogl.properties +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# The host specific properties. The build will inform you of required -# 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. -# -# java.home.dir=C:/jdk1.4.2 - -# -# 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 -# default location, modify the appropriate variable to point to the -# absolute path of the lib directory -# -windows.cg.lib=C:/Program Files/Nvidia Corporation/Cg/lib -x11.cg.lib=/usr/lib - |