# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1330252341 0 # Node ID 7eb2e2d6b0bef8fdcd637fd93f2abe70bb4750b0 # Parent 101b520396868536b9479d139aaf6bcca371cf75 OS/2 and Windows zip rules need to include dwcompat.h. diff -r 101b52039686 -r 7eb2e2d6b0be makefile.emx --- 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 diff -r 101b52039686 -r 7eb2e2d6b0be makefile.vc --- 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