comparison makefile.emx @ 2954:40a5e6946e2b

Win/OS2: Include the C++ bindings header in the binary zip.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 06 Jan 2023 07:05:34 +0000
parents ac404083dc6b
children 2d9521396112
comparison
equal deleted inserted replaced
2953:7dcd13597a4f 2954:40a5e6946e2b
64 $(CC) $(CFLAGS) -std=c++11 -c $< 64 $(CC) $(CFLAGS) -std=c++11 -c $<
65 65
66 66
67 zip: dw.dll 67 zip: dw.dll
68 cp os2/readme-os2.txt . 68 cp os2/readme-os2.txt .
69 zip dwindows-os2-$(VERDOT).zip readme-os2.txt readme.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h dwcompat.h 69 zip dwindows-os2-$(VERDOT).zip readme-os2.txt readme.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h dwcompat.h dw.hpp