ApplicationDefinition.st
changeset 14524 cf9dd887a926
parent 14383 3422e309ea8a
child 14541 4146a3585044
--- a/ApplicationDefinition.st	Thu Nov 22 13:39:56 2012 +0100
+++ b/ApplicationDefinition.st	Thu Nov 22 17:20:01 2012 +0100
@@ -1649,9 +1649,9 @@
 target: %(BUILD_TARGET) postBuildCleanup 
 
 # the executable, all required files and a self-installing-installer-exe
-ALL:: prereq exe postBuildCleanup setup 
-
-exe:  newBuildDate %(NOCONSOLE_APPLICATION_OR_EMPTY) %(CONSOLE_APPLICATION_OR_EMPTY) $(REQUIRED_SUPPORT_DIRS) %(ADDITIONAL_TARGETS)
+ALL:: prereq exe $(REQUIRED_SUPPORT_DIRS) %(ADDITIONAL_TARGETS) postBuildCleanup setup 
+
+exe:  newBuildDate %(NOCONSOLE_APPLICATION_OR_EMPTY) %(CONSOLE_APPLICATION_OR_EMPTY) 
 
 # the executable only
 # with console
@@ -1839,7 +1839,7 @@
 # ENDMAKEDEPEND --- do not remove this line
 '.
 
-    "Modified: / 28-09-2012 / 18:30:15 / cg"
+    "Modified: / 22-11-2012 / 17:18:28 / cg"
 !
 
 bc_dot_mak_app_source_rules
@@ -2898,11 +2898,11 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.207 2012-10-12 10:36:21 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.208 2012-11-22 16:20:01 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.207 2012-10-12 10:36:21 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.208 2012-11-22 16:20:01 cg Exp $'
 !
 
 version_SVN