*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 11 Aug 1998 22:02:45 +0200
changeset 2235 efbc2463d619
parent 2234 b8e0fef1da2c
child 2236 c312166c6f40
*** empty log message ***
bc.mak
libInit.cc
nt.mak
--- a/bc.mak	Tue Aug 11 17:03:35 1998 +0200
+++ b/bc.mak	Tue Aug 11 22:02:45 1998 +0200
@@ -2,12 +2,12 @@
 # DO NOT EDIT 
 # automatically generated from Make.proto
 #
-# $Header: /cvs/stx/stx/libview/bc.mak,v 1.21 1998-08-11 14:58:32 cg Exp $
+# $Header: /cvs/stx/stx/libview/bc.mak,v 1.22 1998-08-11 20:02:45 cg Exp $
 #
 TOP=..
 !INCLUDE $(TOP)\rules\stdHeader_nt
 LIBNAME=libview
-LIB_BASE=$(LIBVIEW_BASE)
+LIB_BASE=0x03400000
 STCOPT="+optinline -warnNonStandard"
 STCLOCALOPT=-package=stx:$(LIBNAME) $(COMMONSYMBOLS) $(SEPINITCODE) -varPrefix=$(LIBNAME)
 ALL: $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
@@ -103,5 +103,3 @@
 $(OUTDIR)Depth16Image.$(O): Depth16Image.st
 $(OUTDIR)Depth32Image.$(O): Depth32Image.st
 $(OUTDIR)ImageMask.$(O): ImageMask.st
-$(OUTDIR)XWorkstat.$(O): XWorkstat.st
-$(OUTDIR)GLXWorkstat.$(O): GLXWorkstat.st
--- a/libInit.cc	Tue Aug 11 17:03:35 1998 +0200
+++ b/libInit.cc	Tue Aug 11 22:02:45 1998 +0200
@@ -1,57 +1,60 @@
-
-#ifndef OLDVMDATA
-# define __INDIRECTVMINITCALLS__
-#endif
+/*
+ * DO NOT EDIT 
+ * automatically generated from Make.proto
+ */
+#define __INDIRECTVMINITCALLS__
 #include <stc.h>
 _libview_Init(pass, __pRT__, snd)
-#ifdef OLDVMDATA
-OBJ snd; struct __initTab__ *__pRT__; {
-#else
 OBJ snd; struct __vmData__ *__pRT__; {
-#endif
- __BEGIN_PACKAGE__("libview", _libview_Init);
-_Color_Init(pass,__pRT__,snd);
-_Colormap_Init(pass,__pRT__,snd);
-_Controller_Init(pass,__pRT__,snd);
-_Cursor_Init(pass,__pRT__,snd);
-_DisplayRootView_Init(pass,__pRT__,snd);
-_DisplaySurface_Init(pass,__pRT__,snd);
-_Depth16Image_Init(pass,__pRT__,snd);
+__BEGIN_PACKAGE__("libview", _libview_Init);
+_GraphicsDevice_Init(pass,__pRT__,snd);
+_HostGraphicsDevice_Init(pass,__pRT__,snd);
+_DeviceWorkstation_Init(pass,__pRT__,snd);
+_Image_Init(pass,__pRT__,snd);
 _Depth1Image_Init(pass,__pRT__,snd);
-_Depth24Image_Init(pass,__pRT__,snd);
 _Depth2Image_Init(pass,__pRT__,snd);
-_Depth32Image_Init(pass,__pRT__,snd);
 _Depth4Image_Init(pass,__pRT__,snd);
 _Depth8Image_Init(pass,__pRT__,snd);
-_DeviceGraphicsContext_Init(pass,__pRT__,snd);
-_DeviceHandle_Init(pass,__pRT__,snd);
-_DeviceWorkstation_Init(pass,__pRT__,snd);
+_Depth24Image_Init(pass,__pRT__,snd);
+_ImageReader_Init(pass,__pRT__,snd);
+_Workstation_Init(pass,__pRT__,snd);
+_Color_Init(pass,__pRT__,snd);
+_Colormap_Init(pass,__pRT__,snd);
+_FontDescription_Init(pass,__pRT__,snd);
 _Font_Init(pass,__pRT__,snd);
-_FontDescription_Init(pass,__pRT__,snd);
-_Form_Init(pass,__pRT__,snd);
+_Cursor_Init(pass,__pRT__,snd);
+_DeviceHandle_Init(pass,__pRT__,snd);
 _GraphicsContext_Init(pass,__pRT__,snd);
+_DeviceGraphicsContext_Init(pass,__pRT__,snd);
 _GraphicsMedium_Init(pass,__pRT__,snd);
-_GraphicsDevice_Init(pass,__pRT__,snd);
-_HostGraphicsDevice_Init(pass,__pRT__,snd);
-_Image_Init(pass,__pRT__,snd);
-_ImageMask_Init(pass,__pRT__,snd);
-_ImageReader_Init(pass,__pRT__,snd);
-_KeyboardForwarder_Init(pass,__pRT__,snd);
-_KeyboardMap_Init(pass,__pRT__,snd);
+_Form_Init(pass,__pRT__,snd);
+_DisplaySurface_Init(pass,__pRT__,snd);
+_SimpleView_Init(pass,__pRT__,snd);
+_View_Init(pass,__pRT__,snd);
+_TopView_Init(pass,__pRT__,snd);
+_StandardSystemView_Init(pass,__pRT__,snd);
 _ModalBox_Init(pass,__pRT__,snd);
 _PopUpView_Init(pass,__pRT__,snd);
-_ResourcePack_Init(pass,__pRT__,snd);
-_SynchronousWindowSensor_Init(pass,__pRT__,snd);
 _ShadowView_Init(pass,__pRT__,snd);
-_SimpleView_Init(pass,__pRT__,snd);
-_StandardSystemView_Init(pass,__pRT__,snd);
-_TopView_Init(pass,__pRT__,snd);
-_View_Init(pass,__pRT__,snd);
-_ViewStyle_Init(pass,__pRT__,snd);
+_DisplayRootView_Init(pass,__pRT__,snd);
+_Controller_Init(pass,__pRT__,snd);
+_WindowingTransformation_Init(pass,__pRT__,snd);
 _WindowEvent_Init(pass,__pRT__,snd);
 _WindowGroup_Init(pass,__pRT__,snd);
 _WindowSensor_Init(pass,__pRT__,snd);
-_WindowingTransformation_Init(pass,__pRT__,snd);
-_Workstation_Init(pass,__pRT__,snd);
- __END_PACKAGE__();
+_SynchronousWindowSensor_Init(pass,__pRT__,snd);
+_KeyboardForwarder_Init(pass,__pRT__,snd);
+_KeyboardMap_Init(pass,__pRT__,snd);
+_ResourcePack_Init(pass,__pRT__,snd);
+_ViewStyle_Init(pass,__pRT__,snd);
+_Depth16Image_Init(pass,__pRT__,snd);
+_Depth32Image_Init(pass,__pRT__,snd);
+_ImageMask_Init(pass,__pRT__,snd);
+#ifdef WANT_XWorkstation
+_XWorkstation_Init(pass,__pRT__,snd);
+#endif
+#ifdef WANT_GLXWorkstation
+_GLXWorkstation_Init(pass,__pRT__,snd);
+#endif
+__END_PACKAGE__();
 }
--- a/nt.mak	Tue Aug 11 17:03:35 1998 +0200
+++ b/nt.mak	Tue Aug 11 22:02:45 1998 +0200
@@ -2,12 +2,12 @@
 # DO NOT EDIT 
 # automatically generated from Make.proto
 #
-# $Header: /cvs/stx/stx/libview/Attic/nt.mak,v 1.21 1998-08-11 14:58:32 cg Exp $
+# $Header: /cvs/stx/stx/libview/Attic/nt.mak,v 1.22 1998-08-11 20:02:45 cg Exp $
 #
 TOP=..
 !INCLUDE $(TOP)\rules\stdHeader_nt
 LIBNAME=libview
-LIB_BASE=$(LIBVIEW_BASE)
+LIB_BASE=0x03400000
 STCOPT="+optinline -warnNonStandard"
 STCLOCALOPT=-package=stx:$(LIBNAME) $(COMMONSYMBOLS) $(SEPINITCODE) -varPrefix=$(LIBNAME)
 ALL: $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
@@ -103,5 +103,3 @@
 $(OUTDIR)Depth16Image.$(O): Depth16Image.st
 $(OUTDIR)Depth32Image.$(O): Depth32Image.st
 $(OUTDIR)ImageMask.$(O): ImageMask.st
-$(OUTDIR)XWorkstat.$(O): XWorkstat.st
-$(OUTDIR)GLXWorkstat.$(O): GLXWorkstat.st