aboutsummaryrefslogtreecommitdiffstats
path: root/make/gluegen-cpptasks.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-10-10 21:18:51 +0000
committerKenneth Russel <[email protected]>2007-10-10 21:18:51 +0000
commit0cd7dbaae5bd4b4bdacaf147c522cc39465354b1 (patch)
tree5c25e4f86590e3e7a3afb5987d0abea79360b08f /make/gluegen-cpptasks.xml
parent0792c18eb439df8d945b21422bfe15d5bb898e01 (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-xmake/gluegen-cpptasks.xml1
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"/>