diff options
Diffstat (limited to 'make/jogl.properties')
-rw-r--r-- | make/jogl.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/make/jogl.properties b/make/jogl.properties new file mode 100644 index 000000000..bb5e81f87 --- /dev/null +++ b/make/jogl.properties @@ -0,0 +1,21 @@ +############################################################################### +# 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 |