diff options
author | Kenneth Russel <[email protected]> | 2009-06-13 00:59:17 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-06-13 00:59:17 +0000 |
commit | f5dde26f642700e149724299bec78a98d1e2dfbc (patch) | |
tree | 991a9b6de6ac82f50c8db1fc3804453bade32244 /make/build-newt.xml | |
parent | 283375496c2d71ed699ffd28cbdc08d3b91099bb (diff) |
Fixed build problems with VC9 where manifests were not installed
correctly into DLLs; updated documentation
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1937 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 6 |
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"> |