changeset 1031:3222905690f2

Changes preparing for 2.0 release on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 25 May 2011 02:55:20 +0000
parents facf58c6a4c7
children d6afc5af6ed0
files makefile.emx os2/readme-os2.txt
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.
+