comparison makefile.vc @ 1604:7eb2e2d6b0be

OS/2 and Windows zip rules need to include dwcompat.h.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 26 Feb 2012 10:32:21 +0000
parents 71e0a3ad07f7
children 428148fd0976
comparison
equal deleted inserted replaced
1603:101b52039686 1604:7eb2e2d6b0be
147 mt.exe /manifest dwtest.exe.manifest win\dwtest.exe.$(TARGET_CPU).manifest /outputresource:dwtest.exe;1 147 mt.exe /manifest dwtest.exe.manifest win\dwtest.exe.$(TARGET_CPU).manifest /outputresource:dwtest.exe;1
148 -erase dwtest.exe.manifest 148 -erase dwtest.exe.manifest
149 149
150 zip: dw.dll 150 zip: dw.dll
151 copy win\readme-win.txt . 151 copy win\readme-win.txt .
152 zip dwindows-$(PLATFORM_NAME)-$(VERDOT).zip readme-win.txt readme.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h 152 zip dwindows-$(PLATFORM_NAME)-$(VERDOT).zip readme-win.txt readme.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h dwcompat.h