*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 07 Oct 2011 20:04:11 +0200
changeset 1198 6ba4f060d033
parent 1197 35fdf69c9b2f
child 1199 a81feb46cc2a
*** empty log message ***
bc.mak
--- a/bc.mak	Thu Oct 06 14:08:11 2011 +0200
+++ b/bc.mak	Fri Oct 07 20:04:11 2011 +0200
@@ -1,13 +1,13 @@
 # $Header$
 #
-# DO NOT EDIT 
+# DO NOT EDIT
 # automagically generated from the projectDefinition: stx_projects_smalltalk at 2011-09-28 16:50:52.496.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 #
 
-TOP=..\..       
+TOP=..\..
 INCLUDE_TOP=$(TOP)\..
 
 CFLAGS_LOCAL=$(CFLAGS_APPTYPE) \
@@ -115,12 +115,14 @@
 
 REQUIRED_SUPPORT_DIRS=RESOURCEFILES
 
-target: exe postBuildCleanup 
+target: exeAndSupport
 
 # the executable, all required files and a self-installing-installer-exe
-ALL:: prereq exe postBuildCleanup setup 
+ALL:: prereq exeAndSupport postBuildCleanup setup
 
-exe:  newBuildDate noConsoleApp consoleApp $(REQUIRED_SUPPORT_DIRS) 
+exeAndSupport:  exe $(REQUIRED_SUPPORT_DIRS)
+
+exe:  newBuildDate noConsoleApp consoleApp
 
 # the executable only
 # with console
@@ -146,7 +148,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)
 
 # build all prerequisite packages for this package
 prereq:
@@ -260,7 +262,7 @@
 libtool2_RESOURCES: resources\stx\libtool2\NUL
 	-copy $(TOP)\libtool2\resources\*.rs resources\stx\libtool2\*.*
 
-libview_RESOURCES: resources\stx\libview\NUL 
+libview_RESOURCES: resources\stx\libview\NUL
 	-copy $(TOP)\libview\resources\*.rs resources\stx\libview\*.*
 
 libview2_RESOURCES: resources\stx\libview2\NUL
@@ -445,10 +447,10 @@
 ..\..\goodies\refactoryBrowser\lint\$(OBJDIR)\libstx_goodies_refactoryBrowser_lint.dll:
 	pushd ..\..\goodies\refactoryBrowser\lint & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
 
-      
 
 
-sources\NUL: 
+
+sources\NUL:
 	mkdir sources
 
 show: