diff makefile.vc @ 758:842bc671eaa7

Added manifest files that will import the common controls library that allows for XP/Vista/7 themes to be used.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 17 Mar 2011 17:34:58 +0000
parents ef17c8079f1d
children b28ec71cfc88
line wrap: on
line diff
--- a/makefile.vc	Thu Mar 17 16:42:53 2011 +0000
+++ b/makefile.vc	Thu Mar 17 17:34:58 2011 +0000
@@ -87,7 +87,7 @@
 $(LIBS)
 <<
 	lib /def:$(DEFFILE) /out:dw.lib
-	mt.exe /manifest dw.dll.manifest /outputresource:dw.dll;2
+	mt.exe /manifest dw.dll.manifest win\dw.dll.$(TARGET_CPU).manifest /outputresource:dw.dll;2
         copy dw.lib $(DWLIBDIR)\dw.lib
         copy dw.dll $(DWDLLDIR)\dw.dll
 
@@ -127,7 +127,7 @@
 
 dwtest.exe: dwtest.obj winmain.obj
 	$(LINK) $(LINKFLAGS) /out:dwtest.exe dwtest.obj winmain.obj /subsystem:windows $(DWLIBDIR)\dwcompat.lib $(DWLIBDIR)\dw.lib $(LIBS)
-	mt.exe /manifest dwtest.exe.manifest /outputresource:dwtest.exe;1
+	mt.exe /manifest dwtest.exe.manifest win\dwtest.exe.$(TARGET_CPU).manifest /outputresource:dwtest.exe;1
 
 zip: dw.dll
 	copy win\readme-win.txt .