diff options
author | Sven Gothel <[email protected]> | 2008-06-25 05:45:10 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-25 05:45:10 +0000 |
commit | 7b584e3ec659fca45f62512df629d1663516c67b (patch) | |
tree | dab9da393e080e9ed0dfe54f07db1644c95a4c4b /make/gluegen.properties | |
parent | b6e5af8524f57c1064c30b48b08371c0026d57e5 (diff) |
allow preset of os and arch
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/branches/JOGL_2_SANDBOX@85 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-x | make/gluegen.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties index cf69cac..656954f 100755 --- a/make/gluegen.properties +++ b/make/gluegen.properties @@ -31,3 +31,5 @@ win32.c.compiler=vc6 # cross-compilation and want to generate fat (PPC64 and x86_64) binaries, # uncomment the property below # macosx64fat=true + +#user.compiler.import="${user.home}/gluegen.compiler.xml" |