*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 11 Sep 1999 15:23:43 +0200
changeset 2902 9d8760220548
parent 2901 a5256a0600ba
child 2903 815b2cb309b9
*** empty log message ***
WinWorkstation.rc
XWorkstation.rc
ntw.mak
ntx.mak
winworkstationbc.def
xworkstationbc.def
--- a/WinWorkstation.rc	Sat Sep 11 15:20:00 1999 +0200
+++ b/WinWorkstation.rc	Sat Sep 11 15:23:43 1999 +0200
@@ -1,5 +1,5 @@
 /*------------------------------------------------------------------------*/
-/*  $Header: /cvs/stx/stx/libview/Attic/WinWorkstation.rc,v 1.1 1999-05-17 18:20:47 cg Exp $                                                            */
+/*  $Header: /cvs/stx/stx/libview/Attic/WinWorkstation.rc,v 1.2 1999-09-11 13:23:42 cg Exp $                                                            */
 /*------------------------------------------------------------------------*/
 
 #include <ver.h>
@@ -20,8 +20,8 @@
     BEGIN
       VALUE "CompanyName", "eXept Software AG\0"
       VALUE "FileDescription", "Smalltalk/X Win32 Window Interfacing Class\0"
-      VALUE "FileVersion", "$Revision: 1.1 $\0"
-      VALUE "InternalName", "WinWorkstat\0"
+      VALUE "FileVersion", "$Revision: 1.2 $\0"
+      VALUE "InternalName", "WinWorkstation\0"
       VALUE "LegalCopyright", "Copyright eXept Software AG 1998\0"
       VALUE "ProductName", "Smalltalk/X\0"
       VALUE "ProductVersion", "3.2.5.1\0"
--- a/XWorkstation.rc	Sat Sep 11 15:20:00 1999 +0200
+++ b/XWorkstation.rc	Sat Sep 11 15:23:43 1999 +0200
@@ -1,5 +1,5 @@
 /*------------------------------------------------------------------------*/
-/*  $Header: /cvs/stx/stx/libview/XWorkstation.rc,v 1.1 1999-05-17 18:20:47 cg Exp $                                                            */
+/*  $Header: /cvs/stx/stx/libview/XWorkstation.rc,v 1.2 1999-09-11 13:23:43 cg Exp $                                                            */
 /*------------------------------------------------------------------------*/
 
 #include <ver.h>
@@ -20,8 +20,8 @@
     BEGIN
       VALUE "CompanyName", "eXept Software AG\0"
       VALUE "FileDescription", "Smalltalk/X XWindow Interfacing Class\0"
-      VALUE "FileVersion", "$Revision: 1.1 $\0"
-      VALUE "InternalName", "XWorkstat\0"
+      VALUE "FileVersion", "$Revision: 1.2 $\0"
+      VALUE "InternalName", "XWorkstation\0"
       VALUE "LegalCopyright", "Copyright eXept Software AG 1998\0"
       VALUE "ProductName", "Smalltalk/X\0"
       VALUE "ProductVersion", "3.2.5.1\0"
--- a/ntw.mak	Sat Sep 11 15:20:00 1999 +0200
+++ b/ntw.mak	Sat Sep 11 15:23:43 1999 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libview/Attic/ntw.mak,v 1.9 1999-09-11 13:19:57 cg Exp $
+# $Header: /cvs/stx/stx/libview/Attic/ntw.mak,v 1.10 1999-09-11 13:22:41 cg Exp $
 #
 
 
@@ -38,11 +38,11 @@
 
 !ifdef USEBC
 
-DEF_FILE=winworkstationbc.def
+DEF_FILE=WinWorkstation_bc.def
 
 !else
 
-DEF_FILE=winworkstation.def
+DEF_FILE=WinWorkstation.def
 
 !endif
 
--- a/ntx.mak	Sat Sep 11 15:20:00 1999 +0200
+++ b/ntx.mak	Sat Sep 11 15:23:43 1999 +0200
@@ -1,6 +1,6 @@
 #
 
-# $Header: /cvs/stx/stx/libview/ntx.mak,v 1.8 1999-09-11 13:19:58 cg Exp $
+# $Header: /cvs/stx/stx/libview/ntx.mak,v 1.9 1999-09-11 13:22:42 cg Exp $
 
 #
 
@@ -37,13 +37,13 @@
 
 !ifdef USEBC
 
-DEF_FILE=xworkstationbc.def
+DEF_FILE=XWorkstation_bc.def
 
 X11_LIBS=..\lib\X11OMF.lib ..\lib\XextOMF.lib
 
 !else
 
-DEF_FILE=xworkstation.def
+DEF_FILE=XWorkstation.def
 
 X11_LIBS=..\lib\X11.lib ..\lib\Xext.lib
 
--- a/winworkstationbc.def	Sat Sep 11 15:20:00 1999 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-LIBRARY         WinWorkstation
-DESCRIPTION     'Smalltalk/X Win32 Display Interface'
-CODE            PRELOAD MOVEABLE DISCARDABLE
-SEGMENTS
-    INITCODE PRELOAD SHARED DISCARDABLE
-EXPORTS
-    __WinWorkstation_Init       @1
-
-
--- a/xworkstationbc.def	Sat Sep 11 15:20:00 1999 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-LIBRARY         XWorkstation
-DESCRIPTION     'Smalltalk/X X11 Display Interface'
-CODE            PRELOAD MOVEABLE DISCARDABLE
-SEGMENTS
-    INITCODE PRELOAD SHARED DISCARDABLE
-EXPORTS
-    __XWorkstation_Init         @1