diff options
author | Sven Gothel <[email protected]> | 2010-05-14 04:02:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-14 04:02:41 +0200 |
commit | 2d36ca0815fe86557ca3768afcb89bf9aab1693e (patch) | |
tree | c85c2ec35af62ef8a3805d5f6e4263f9ed94e335 /make | |
parent | 24aa9d11b8d9e99da1af42e3191394aedb30e944 (diff) |
Fix build HOWTO
Diffstat (limited to 'make')
-rw-r--r-- | make/build-jogl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 6c0755f8e..960b3f1fa 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -18,7 +18,7 @@ - be run from the "make" directory. - - Public targets: - - all: (default; autodetects OS and chooses C compiler from jogl.properties) + - all: (default; autodetects OS and chooses C compiler from gluegen.properties) - clean: clean all built - javadoc: create the standard developer Javadoc (recommended) - (Note: should build all first - may be dependence in the future) @@ -28,11 +28,11 @@ - to create the Javadoc for the platform on which you are - currently running. - - - Note: on Windows the "win32.c.compiler" property in jogl.properties + - Note: on Windows the "win32.c.compiler" property in gluegen.properties - is required to select the appropriate C compiler. See the example - - jogl.properties in this directory for valid values. On Mac OS X + - gluegen.properties in this directory for valid values. On Mac OS X - universal binaries may also be built by setting the "macosxfat" - - property in jogl.properties; again see the example file in this + - property in gluegen.properties; again see the example file in this - directory. - - Optional properties: |