diff options
author | Kenneth Russel <[email protected]> | 2009-04-26 17:09:26 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-04-26 17:09:26 +0000 |
commit | 5367587f81914805e4d5552ac269956e548c5a11 (patch) | |
tree | 6182b90e50024f89de6d33adc8e0f2e61aebd938 /make | |
parent | 541d7c1bcaeb2b53460fbed1707c7f494528dc19 (diff) |
Fixed build problems with nativewindow and newt with Visual Studio 2008
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1904 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/build-nativewindow.xml | 1 | ||||
-rw-r--r-- | make/build-newt.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index da09e286d..ed708c0d0 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -780,7 +780,6 @@ <arg value="${obj}/nativewindow_awt.dll.manifest"/> <arg value="-outputresource:${obj}/nativewindow_awt.dll;#2"/> </exec> - <antcall target="c.manifest.cg" inheritRefs="true" /> </target> <target name="c.build.nativewindow" depends="c.configure,c.build.nativewindow.windowlib,c.build.nativewindow.awt"> diff --git a/make/build-newt.xml b/make/build-newt.xml index a899e8bb1..d40255c76 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -526,7 +526,6 @@ <arg value="${obj}/newt.dll.manifest"/> <arg value="-outputresource:${obj}/newt.dll;#2"/> </exec> - <antcall target="c.manifest.cg" inheritRefs="true" /> </target> <target name="c.build.newt" depends="c.configure,c.build.newt.prepare,c.build.newt.windowlib"> |