aboutsummaryrefslogtreecommitdiffstats
path: root/make/gluegen.properties
diff options
context:
space:
mode:
authorsg215889 <[email protected]>2009-07-24 07:22:40 -0700
committersg215889 <[email protected]>2009-07-24 07:22:40 -0700
commit53b16f758e0db510db420fabe6793e7921a9c407 (patch)
treee0870034cb64db288a8b1b87fd7c76a811844d14 /make/gluegen.properties
parentb99f4ad0fcba41921b450f679b229cdf704e4a12 (diff)
Add: Extended support for CVM crosscompile:
- Clean up X11 dependency - Adding 'noX11' property to avoid setting 'isX11'
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-xmake/gluegen.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties
index c8756ea..2e110e3 100755
--- a/make/gluegen.properties
+++ b/make/gluegen.properties
@@ -34,4 +34,8 @@ antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar
# Note: Unsupported on Snow Leopard!
# macosppc=true
+# isX11 is selected for a platform where: !isWindows && !isOSX.
+# To avoid X11 related builds you need to set 'noX11' to true.
+# noX11=true
+
#user.compiler.import="${user.home}/gluegen.compiler.xml"