aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index d40255c76..e13e9618e 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -521,11 +521,7 @@
<target name="c.manifest" if="isVC8Family">
<!-- exec mt, the Microsoft Manifest Tool, to include DLL manifests in order to resolve the location of msvcr80.dll -->
- <exec executable="mt">
- <arg value="-manifest"/>
- <arg value="${obj}/newt.dll.manifest"/>
- <arg value="-outputresource:${obj}/newt.dll;#2"/>
- </exec>
+ <msvc.manifest objdir="${obj}" dllname="newt" />
</target>
<target name="c.build.newt" depends="c.configure,c.build.newt.prepare,c.build.newt.windowlib">