bc.mak
changeset 912 77616cad7e89
parent 881 61510b6d4d56
child 965 bfb3430d1c36
--- a/bc.mak	Sat Mar 17 12:37:57 2007 +0100
+++ b/bc.mak	Thu Jul 05 20:44:22 2007 +0200
@@ -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
@@ -84,7 +84,7 @@
 
 REQUIRED_SUPPORT_DIRS=RESOURCEFILES
 
-target: exe 
+target: exe
 
 # the executable, all required files and a self-installing-installer-exe
 ALL:: exe setup
@@ -95,6 +95,7 @@
 # with console
 stx:
 	-del main.obj
+	-del buildDate.h
 	$(MAKE) -N -f bc.mak \
 		PROJECT=$(PROJECT_CONSOLE) \
 		CFLAGS_APPTYPE="$(CFLAGS_CONSOLE)" \
@@ -104,6 +105,7 @@
 # without console
 winstx:
 	-del main.obj
+	-del buildDate.h
 	$(MAKE) -N -f bc.mak \
 		PROJECT=$(PROJECT_NOCONSOLE) \
 		CFLAGS_APPTYPE="$(CFLAGS_NOCONSOLE) -DWIN_LOGFILE="\\"\"winstx.log\\"\""" \
@@ -111,7 +113,7 @@
 		CRT_STARTUP="$(CRT_STARTUP_NOCONSOLE)" theExe
 
 # the executable only (internal target; needs some defines)
-theExe: $(OUTDIR) $(OBJS) $(REQUIRED_FILES) show $(PROJECT) 
+theExe: $(OUTDIR) $(OBJS) $(REQUIRED_FILES) show $(PROJECT)
 
 # a nullsoft installable delivery
 setup: $(REQUIRED_SUPPORT_DIRS) install_smalltalk.exe
@@ -361,7 +363,7 @@
 	bmake
 	cd ..\..\..\stx\projects\smalltalk
 
-      
+
 
 
 show: