diff options
author | Sven Gothel <[email protected]> | 2010-05-14 02:43:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-14 02:43:11 +0200 |
commit | ae940ac95997da2f4a0eb507d08c534f7c70d016 (patch) | |
tree | 9abf4fc6c99c16bbb01c984cca9c8411f373d976 /make | |
parent | e7188b0711f0a46c1d0ffec5668467f603a859df (diff) |
Fix html ref ; Fix property error message
Diffstat (limited to 'make')
-rwxr-xr-x | make/gluegen-cpptasks-base.xml | 2 |
1 files changed, 1 insertions, 1 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}" /> |