diff options
author | Gerard Ziemski <[email protected]> | 2005-10-07 01:47:35 +0000 |
---|---|---|
committer | Gerard Ziemski <[email protected]> | 2005-10-07 01:47:35 +0000 |
commit | 42843c3290d64c41c9c8a18b93f5ad3c00d35ddc (patch) | |
tree | b6434d210ff12e4c7fb4d82ddf9c93b4b1f0c916 | |
parent | 7187c9960c78b2356dc7b69fec489f4757db5e99 (diff) |
show macosxfat as one of the available targets
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@393 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 56cf542e0..ef72433f5 100644 --- a/make/build.xml +++ b/make/build.xml @@ -1057,7 +1057,7 @@ <target name="all"> <fail> -Use a platform specific target: linux, linux.amd64, linux.ia64, macosx, solaris, win32.vc6, win32.vc7, win32.mingw +Use a platform specific target: linux, linux.amd64, linux.ia64, macosx, macosxfat (ppc and i386), solaris, win32.vc6, win32.vc7, win32.mingw </fail> </target> |