changeset 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 101b52039686
children f0a4731bc40e
files makefile.emx makefile.vc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.emx	Sun Feb 26 10:22:12 2012 +0000
+++ b/makefile.emx	Sun Feb 26 10:32:21 2012 +0000
@@ -62,4 +62,4 @@
 
 zip: dw.dll
 	copy os2\readme-os2.txt .
-	zip dwindows-os2-$(VERDOT).zip readme-os2.txt readme.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h
+	zip dwindows-os2-$(VERDOT).zip readme-os2.txt readme.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h dwcompat.h
--- a/makefile.vc	Sun Feb 26 10:22:12 2012 +0000
+++ b/makefile.vc	Sun Feb 26 10:32:21 2012 +0000
@@ -149,4 +149,4 @@
 
 zip: dw.dll
 	copy win\readme-win.txt .
-	zip dwindows-$(PLATFORM_NAME)-$(VERDOT).zip readme-win.txt readme.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h
+	zip dwindows-$(PLATFORM_NAME)-$(VERDOT).zip readme-win.txt readme.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h dwcompat.h