bc.mak
changeset 754 d1484f41a950
parent 752 dd095e78aa44
child 757 523fc7c6f4a5
--- a/bc.mak	Thu Jan 11 19:20:55 2007 +0100
+++ b/bc.mak	Fri Jan 12 10:48:44 2007 +0100
@@ -1,13 +1,13 @@
 # $Header$
 #
-# DO NOT EDIT 
+# DO NOT EDIT
 # automagically generated from the projectDefinition: stx_projects_smalltalk.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 #
 
-TOP=..\..       
+TOP=..\..
 INCLUDE_TOP=$(TOP)\..
 
 # CFLAGS1= -WD -w-pro -w-ccc -w-rch -w-aus -w-par -x- -r- -k -y -v -vi- -c -tWDR
@@ -87,7 +87,7 @@
 ALL:: exe $(REQUIRED_SUPPORT_DIRS) setup
 
 # the executable only
-exe: $(OUTDIR) $(OBJS) $(REQUIRED_FILES) show $(PROJECT) 
+exe: $(OUTDIR) $(OBJS) $(REQUIRED_FILES) show $(PROJECT)
 
 # a nullsoft installable delivery
 setup: install_stx.exe
@@ -161,7 +161,7 @@
 libstx_libboss.dll: ..\..\libboss\objbc\libstx_libboss.dll
 	copy ..\..\libboss\objbc\libstx_libboss.dll *.*
 
-      
+
 
 
 show:
@@ -210,9 +210,6 @@
 symbols.stc: $(TOP)\include\symbols.stc
 	copy $(TOP)\include\symbols.stc symbols.stc
 
-clobber::
-	-del librun.dll
-
 clean::
 	-del genDate.exe
 	-del c0x32.dll
@@ -227,10 +224,12 @@
 	-del main.c
 	-del *.log
 	-del *.res
+	-del *.$$$
 	-rmdir /S /Q resources
 	-rmdir /S /Q objbc
 
 clobber::
+	-del librun.dll
 	-del *.dll
 	-del *.exe