From f3d18360dc11a0efc13f30a69753a286afb944c0 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sat, 13 Jun 2009 00:59:10 +0000 Subject: 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/gluegen/branches/JOGL_2_SANDBOX@144 a78bb65f-1512-4460-ba86-f6dc96a7bf27 --- make/gluegen-cpptasks.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'make/gluegen-cpptasks.xml') diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 48a77af..b64abfc 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -86,7 +86,7 @@ - isVC7 - isVC8 - isVC8_X64 - - isVC8Family (= isVC8 || isVC8_X64) + - isVC8Family (= isVC8 || isVC8_X64 || isVC9) (requires manifest in DLL) - isVC9 - isMingW - @@ -119,6 +119,11 @@ - linker.cfg.win32.msvc - linker.cfg.macosx - linker.cfg.hpux + - + - This project file also defines a macrodef called "msvc.manifest" + - which helps insert manifests into DLLs compiled with MSVC 8.0 and + - later. Example usage is: + - <msvc.manifest objdir="${obj}" dllname="gluegen-rt" /> --> @@ -398,6 +403,7 @@ + @@ -421,6 +427,7 @@ + @@ -729,4 +736,20 @@ + + + + + + + + + + + + + + -- cgit v1.2.3