comparison makefile.vc @ 1030:facf58c6a4c7

Updates preparing for 2.0 release on Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 25 May 2011 02:47:31 +0000
parents 841b66d2d1b9
children a049f447999c
comparison
equal deleted inserted replaced
1029:60d6d2c87116 1030:facf58c6a4c7
1 # 1 #
2 # Visual C Makefile for Dynamic Windows 2 # Visual C Makefile for Dynamic Windows
3 # 3 #
4 VER = 11 4 VER = 20
5 VERDOT = 1.1 5 VERDOT = 2.0
6 6
7 # 7 #
8 # Setup the source and destination directories 8 # Setup the source and destination directories
9 # 9 #
10 !if "$(DWINDOWS_SRCDIR)" == "" 10 !if "$(DWINDOWS_SRCDIR)" == ""
128 $(LINK) $(LINKFLAGS) /out:dwtest.exe dwtest.obj winmain.obj /subsystem:windows $(DWLIBDIR)\dwcompat.lib $(DWLIBDIR)\dw.lib $(LIBS) 128 $(LINK) $(LINKFLAGS) /out:dwtest.exe dwtest.obj winmain.obj /subsystem:windows $(DWLIBDIR)\dwcompat.lib $(DWLIBDIR)\dw.lib $(LIBS)
129 mt.exe /manifest dwtest.exe.manifest win\dwtest.exe.$(TARGET_CPU).manifest /outputresource:dwtest.exe;1 129 mt.exe /manifest dwtest.exe.manifest win\dwtest.exe.$(TARGET_CPU).manifest /outputresource:dwtest.exe;1
130 130
131 zip: dw.dll 131 zip: dw.dll
132 copy win\readme-win.txt . 132 copy win\readme-win.txt .
133 zip dwindows-win32-$(VERDOT).zip readme-win.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h 133 zip dwindows-win32-$(VERDOT).zip readme-win.txt readme dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h