diff options
-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"> |