*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 04 Oct 1997 19:07:48 +0200
changeset 1911 2d00b88d1113
parent 1910 76770cf8bc26
child 1912 f92a2ff8ffc4
*** empty log message ***
bc.mak
nt.mak
--- a/bc.mak	Sat Oct 04 19:05:40 1997 +0200
+++ b/bc.mak	Sat Oct 04 19:07:48 1997 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libview/bc.mak,v 1.18 1997-05-07 16:47:24 cg Exp $
+# $Header: /cvs/stx/stx/libview/bc.mak,v 1.19 1997-10-04 17:07:48 cg Exp $
 #
 
 TOP=..
@@ -20,36 +20,33 @@
      $(LIBDIR)\WinWorkstat.lib $(BINDIR)\WinWorkstat.dll
 
 OBJS= \
-    GraphicsDevice.$(O)                      \
-    HostGraphicsDevice.$(O)                  \
-    DevWorkst.$(O)                           \
-    WSensor.$(O)                             \
-      SWSensor.$(O)                          \
-    Image.$(O)                               \
-      Depth1Image.$(O)                       \
-      Depth2Image.$(O)                       \
-      Depth4Image.$(O)                       \
-      Depth8Image.$(O)                       \
-      Depth24Image.$(O)                      \
-      Depth32Image.$(O)                      \
-    ImageMask.$(O)                           \
-    AlphaMask.$(O)                           \
-    ImageRdr.$(O)                            \
-	Workstat.$(O)                        \
-	Color.$(O)                           \
-	Colormap.$(O)                        \
-	FontDescr.$(O)                       \
-	  Font.$(O)                          \
-	Cursor.$(O)                          \
-	DevHandle.$(O)                       \
-	  DevViewH.$(O)                      \
-	  DevFormH.$(O)                      \
-	DevColorH.$(O)                       \
-	GC.$(O)                              \
-	  DevGC.$(O)                         \
-	  GMedium.$(O)                       \
-	      Form.$(O)                      \
-	      DSurface.$(O)                  \
+    GraphicsDevice.$(O)      \
+    HostGraphicsDevice.$(O)  \
+    DevWorkst.$(O)           \
+    WSensor.$(O)             \
+      SWSensor.$(O)          \
+    Image.$(O)               \
+      Depth1Image.$(O)       \
+      Depth2Image.$(O)       \
+      Depth4Image.$(O)       \
+      Depth8Image.$(O)       \
+      Depth24Image.$(O)      \
+      Depth32Image.$(O)      \
+    ImageMask.$(O)           \
+    AlphaMask.$(O)           \
+    ImageRdr.$(O)            \
+	Workstat.$(O)        \
+	Color.$(O)           \
+	Colormap.$(O)        \
+	FontDescr.$(O)       \
+	  Font.$(O)          \
+	Cursor.$(O)          \
+	DevHandle.$(O)       \
+	GC.$(O)              \
+	  DevGC.$(O)         \
+	  GMedium.$(O)       \
+	      Form.$(O)      \
+	      DSurface.$(O)  \
 		SimpleView.$(O)              \
 		  View.$(O)                  \
 		    TopView.$(O)             \
@@ -58,14 +55,14 @@
 		      PopUpView.$(O)         \
 		    ShadowV.$(O)             \
 		  DRootView.$(O)             \
-	Controll.$(O)                        \
-	WTrans.$(O)                          \
-	WEvent.$(O)                          \
-	WGroup.$(O)                          \
-	KeybdFwd.$(O)                        \
-	KeybdMap.$(O)                        \
-	RsrcPack.$(O)                        \
-	  ViewStyle.$(O)                     \
+	Controll.$(O)        \
+	WTrans.$(O)          \
+	WEvent.$(O)          \
+	WGroup.$(O)          \
+	KeybdFwd.$(O)        \
+	KeybdMap.$(O)        \
+	RsrcPack.$(O)        \
+	  ViewStyle.$(O)     \
 	Depth16Image.$(O)
 
 !INCLUDE $(TOP)\rules\stdRules_nt
--- a/nt.mak	Sat Oct 04 19:05:40 1997 +0200
+++ b/nt.mak	Sat Oct 04 19:07:48 1997 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libview/Attic/nt.mak,v 1.18 1997-05-07 16:47:24 cg Exp $
+# $Header: /cvs/stx/stx/libview/Attic/nt.mak,v 1.19 1997-10-04 17:07:48 cg Exp $
 #
 
 TOP=..
@@ -20,36 +20,33 @@
      $(LIBDIR)\WinWorkstat.lib $(BINDIR)\WinWorkstat.dll
 
 OBJS= \
-    GraphicsDevice.$(O)                      \
-    HostGraphicsDevice.$(O)                  \
-    DevWorkst.$(O)                           \
-    WSensor.$(O)                             \
-      SWSensor.$(O)                          \
-    Image.$(O)                               \
-      Depth1Image.$(O)                       \
-      Depth2Image.$(O)                       \
-      Depth4Image.$(O)                       \
-      Depth8Image.$(O)                       \
-      Depth24Image.$(O)                      \
-      Depth32Image.$(O)                      \
-    ImageMask.$(O)                           \
-    AlphaMask.$(O)                           \
-    ImageRdr.$(O)                            \
-	Workstat.$(O)                        \
-	Color.$(O)                           \
-	Colormap.$(O)                        \
-	FontDescr.$(O)                       \
-	  Font.$(O)                          \
-	Cursor.$(O)                          \
-	DevHandle.$(O)                       \
-	  DevViewH.$(O)                      \
-	  DevFormH.$(O)                      \
-	DevColorH.$(O)                       \
-	GC.$(O)                              \
-	  DevGC.$(O)                         \
-	  GMedium.$(O)                       \
-	      Form.$(O)                      \
-	      DSurface.$(O)                  \
+    GraphicsDevice.$(O)      \
+    HostGraphicsDevice.$(O)  \
+    DevWorkst.$(O)           \
+    WSensor.$(O)             \
+      SWSensor.$(O)          \
+    Image.$(O)               \
+      Depth1Image.$(O)       \
+      Depth2Image.$(O)       \
+      Depth4Image.$(O)       \
+      Depth8Image.$(O)       \
+      Depth24Image.$(O)      \
+      Depth32Image.$(O)      \
+    ImageMask.$(O)           \
+    AlphaMask.$(O)           \
+    ImageRdr.$(O)            \
+	Workstat.$(O)        \
+	Color.$(O)           \
+	Colormap.$(O)        \
+	FontDescr.$(O)       \
+	  Font.$(O)          \
+	Cursor.$(O)          \
+	DevHandle.$(O)       \
+	GC.$(O)              \
+	  DevGC.$(O)         \
+	  GMedium.$(O)       \
+	      Form.$(O)      \
+	      DSurface.$(O)  \
 		SimpleView.$(O)              \
 		  View.$(O)                  \
 		    TopView.$(O)             \
@@ -58,14 +55,14 @@
 		      PopUpView.$(O)         \
 		    ShadowV.$(O)             \
 		  DRootView.$(O)             \
-	Controll.$(O)                        \
-	WTrans.$(O)                          \
-	WEvent.$(O)                          \
-	WGroup.$(O)                          \
-	KeybdFwd.$(O)                        \
-	KeybdMap.$(O)                        \
-	RsrcPack.$(O)                        \
-	  ViewStyle.$(O)                     \
+	Controll.$(O)        \
+	WTrans.$(O)          \
+	WEvent.$(O)          \
+	WGroup.$(O)          \
+	KeybdFwd.$(O)        \
+	KeybdMap.$(O)        \
+	RsrcPack.$(O)        \
+	  ViewStyle.$(O)     \
 	Depth16Image.$(O)
 
 !INCLUDE $(TOP)\rules\stdRules_nt