summaryrefslogtreecommitdiffstats
path: root/make/gluegen.properties
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-06-15 22:39:33 +0000
committerKenneth Russel <[email protected]>2009-06-15 22:39:33 +0000
commit90bcb596e88898f807b39c9e7c85485ab8c006b6 (patch)
treecd8364c36dc0035fde6660808a803d28e69b3fbc /make/gluegen.properties
parent9e979e542165358b5c3684078e193f9c706f1eab (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/gluegen/trunk@146 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-xmake/gluegen.properties33
1 files changed, 0 insertions, 33 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties
deleted file mode 100755
index cf69cac..0000000
--- a/make/gluegen.properties
+++ /dev/null
@@ -1,33 +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.
-###############################################################################
-#
-# The required antlr.jar property that is the full path to the antlr.jar
-# including the name of the jar
-#
-# Windows
-antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar
-# Linux
-# antlr.jar=/home/kbr/antlr-2.7.2/antlr.jar
-# Mac OS X
-# antlr.jar=/Users/kbr/antlr-2.7.2/antlr.jar
-# Solaris
-# antlr.jar=/export/kbr/ANTLR/antlr-2.7.2/antlr.jar
-
-# If you are building the native code for the GlueGen run-time library
-# on Windows and have the Microsoft Visual C++ compilers installed,
-# you can choose an alternate compiler with which to build the native
-# code. Valid strings here are "vc6", "vc7", "vc8", "vc8_x64", and
-# "mingw".
-win32.c.compiler=vc6
-
-# If you are building the native code for the GlueGen run-time library
-# on a Mac OS X system supporting cross-compilation and want to
-# generate fat (PPC and x86) binaries, uncomment the property below
-# macosxfat=true
-# If you are building on a 64-bit Mac OS X system supporting
-# cross-compilation and want to generate fat (PPC64 and x86_64) binaries,
-# uncomment the property below
-# macosx64fat=true