diff options
author | Kenneth Russel <[email protected]> | 2007-10-10 21:18:51 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-10-10 21:18:51 +0000 |
commit | 0cd7dbaae5bd4b4bdacaf147c522cc39465354b1 (patch) | |
tree | 5c25e4f86590e3e7a3afb5987d0abea79360b08f /make/gluegen-cpptasks.xml | |
parent | 0792c18eb439df8d945b21422bfe15d5bb898e01 (diff) |
Fixed Issue 322: Please add linker option for vc8 win32 build environment when building gluegen.
Added requested linker option.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@70 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'make/gluegen-cpptasks.xml')
-rwxr-xr-x | make/gluegen-cpptasks.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 6677c98..2111cba 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -440,6 +440,7 @@ <compilerarg value="/GS" if="isVC8"/> <!-- buffer security checks --> <compilerarg value="/Wp64" if="isVC8"/> <!-- detect 64-bit port problems --> <compilerarg value="/RTCcsu" if="isVC8"/> <!-- various runtime checks --> + <compilerarg value="/NODEFAULTLIB:oldnames.lib" if="isVC8"/> <!-- library not available with VC8 --> <defineset> <define name="_DEBUG" if="c.compiler.use-debug"/> |