# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1306292120 0 # Node ID 3222905690f2ab14753fcdc74ed42fb3ece5d6af # Parent facf58c6a4c7cf782106b754f6f3a064b85c8fda Changes preparing for 2.0 release on OS/2. diff -r facf58c6a4c7 -r 3222905690f2 makefile.emx --- a/makefile.emx Wed May 25 02:47:31 2011 +0000 +++ b/makefile.emx Wed May 25 02:55:20 2011 +0000 @@ -8,7 +8,7 @@ MAKE = make COMPRESS = lxlite VER = 11 -VERDOT = 1.1 +VERDOT = 2.0 DEFS = LIBS = @@ -59,4 +59,4 @@ zip: dw.dll copy os2\readme-os2.txt . - zip dwindows-os2-$(VERDOT).zip readme-os2.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h + zip dwindows-os2-$(VERDOT).zip readme-os2.txt readme dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h diff -r facf58c6a4c7 -r 3222905690f2 os2/readme-os2.txt --- a/os2/readme-os2.txt Wed May 25 02:47:31 2011 +0000 +++ b/os2/readme-os2.txt Wed May 25 02:55:20 2011 +0000 @@ -1,4 +1,4 @@ -This package contains Dynamic Windows (dwindows) v 1.1 for OS/2 and eCS. +This package contains Dynamic Windows (dwindows) v 2.0 for OS/2 and eCS. It contains: @@ -9,5 +9,6 @@ dwcompat.lib - import library for functions in dwcompat.dll readme-os2.txt - this file -The DLLs in this package were built with gcc 3.3.5 and require the runtime -DLL: libc063.dll +This binary package was compiled with VisualAge C 3.0. +It should not require any additional libraries. +