*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 04 Oct 1997 17:57:27 +0200
changeset 2993 b67ee129d33a
parent 2992 197c2c222030
child 2994 fc155f9e18b1
*** empty log message ***
bc.mak
make.bat
nt.mak
--- a/bc.mak	Sat Oct 04 17:56:57 1997 +0200
+++ b/bc.mak	Sat Oct 04 17:57:27 1997 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.17 1997-05-01 19:42:41 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.18 1997-10-04 15:57:25 cg Exp $
 #
 
 TOP=..
@@ -67,6 +67,7 @@
 	    CheapBlk.$(O)     \
 	  Method.$(O)         \
       Filename.$(O)           \
+        PCFilename.$(O)       \
       InterestC.$(O)          \
       Link.$(O)               \
 	Process.$(O)          \
--- a/make.bat	Sat Oct 04 17:56:57 1997 +0200
+++ b/make.bat	Sat Oct 04 17:57:27 1997 +0200
@@ -1,2 +1,1 @@
-nmake /nologo -f nt.mak
-
+nmake /nologo -f nt.mak
--- a/nt.mak	Sat Oct 04 17:56:57 1997 +0200
+++ b/nt.mak	Sat Oct 04 17:57:27 1997 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libbasic/Attic/nt.mak,v 1.17 1997-05-01 19:42:41 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Attic/nt.mak,v 1.18 1997-10-04 15:57:25 cg Exp $
 #
 
 TOP=..
@@ -67,6 +67,7 @@
 	    CheapBlk.$(O)     \
 	  Method.$(O)         \
       Filename.$(O)           \
+        PCFilename.$(O)       \
       InterestC.$(O)          \
       Link.$(O)               \
 	Process.$(O)          \