diff options
-rwxr-xr-x | make/gluegen-cpptasks-base.xml | 2 | ||||
-rw-r--r-- | www/index.html | 9 |
2 files changed, 3 insertions, 8 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index 5375306..4f88a15 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -452,7 +452,7 @@ <isfalse value="${isMingW}" /> </and> </condition> - <fail message="Must specify either win32.c.compiler in e.g. jogl.properties or use e.g. win32.vc6 build target" if="WindowsFailure" /> + <fail message="Must specify either win32.c.compiler in e.g. gluegen.properties or use e.g. win32.vc6 build target" if="WindowsFailure" /> <echo message="VC6=${isVC6}" /> <echo message="VC7=${isVC7}" /> <echo message="VC8=${isVC8}" /> diff --git a/www/index.html b/www/index.html index 398999a..745bec6 100644 --- a/www/index.html +++ b/www/index.html @@ -30,7 +30,7 @@ interface to the OpenAL audio library. <P> The preliminary <a -href="https://gluegen.dev.java.net/source/browse/*checkout*/gluegen/trunk/doc/manual/index.html">GlueGen +href="../doc/manual/">GlueGen manual</a> is on-line, which describes how to acquire, build and use GlueGen. @@ -40,12 +40,7 @@ GlueGen. <P> -The GlueGen <a -href="https://gluegen.dev.java.net/servlets/ProjectForumView">discussion -forum</a> and <a -href="https://gluegen.dev.java.net/servlets/ProjectMailingListList">mailing -lists</a> are available for discussions on how to use and develop the -tool. +Please check the <a href="http://jogamp.org">JogAmp Community Page</a>. </P> |