bc.mak
changeset 632 be7e7fb26438
parent 616 53bf2ec50346
child 633 707c66af2d96
--- a/bc.mak	Tue Dec 14 17:59:33 1999 +0000
+++ b/bc.mak	Mon Dec 20 21:10:33 1999 +0000
@@ -1,4 +1,4 @@
-# $Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/bc.mak,v 1.1 1999/11/09 09:25:08 cg Exp $
+# $Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/bc.mak,v 1.2 1999/12/20 21:10:33 cg Exp $
 #
 # -- nt.mak created from project at 'From Smalltalk/X, Version:3.5.5 on 8-nov-1999 at 21:44:36'                     
 #
@@ -28,7 +28,7 @@
 # (must point to ST/X top directory, for tools and includes)
 TOP=..
 
-!INCLUDE "$(TOP)\rules\stdHdrNT"
+!INCLUDE "$(TOP)\rules\stdHeader_nt"
 
 # subdirectories where targets are to be made:
 SUBDIRS=
@@ -98,7 +98,7 @@
 # LOCALDEFINES=-Dfoo -Dbar -DDEBUG
 LOCALDEFINES=
 
-STCLOCALOPT=-I. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALINCLUDES) $(LOCALDEFINES) -H. '-P$(PACKAGE)' '-varPrefix=$(LIBNAME)' $(COMMONSYMFLAG) $(INITCODESEPFLAG)
+STCLOCALOPT=-I. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALINCLUDES) $(LOCALDEFINES) -H. -package=$(PACKAGE) -varPrefix=$(LIBNAME) $(COMMONSYMFLAG) $(INITCODESEPFLAG)
 
 # ********** OPTIONAL: MODIFY the next line ***
 # additional C-libraries that should be pre-linked with the class-objects
@@ -162,17 +162,17 @@
 postMake: cleanjunk
 
 #clean::
-#	-del $(OUTDIR)*.obj
-#	-del *.sc
+#       -del $(OUTDIR)*.obj
+#       -del *.sc
 
 #clobber::
-#	-del $(OUTDIR)*.obj
-#	-del *.sc
-#	-del *.dll
-#	-del *.lib
+#       -del $(OUTDIR)*.obj
+#       -del *.sc
+#       -del *.dll
+#       -del *.lib
 
 
-!INCLUDE $(TOP)\rules\stdRulNT
+!INCLUDE $(TOP)\rules\stdRules_nt
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
 $(OUTDIR)JavaClass.$(O): JavaClass.st $(STCHDR)