changed: #bc_dot_mak
authorClaus Gittinger <cg@exept.de>
Thu, 21 Apr 2011 12:43:19 +0200
changeset 13349 07d793af5c59
parent 13348 3093ad5bcd5a
child 13350 8c7603161369
changed: #bc_dot_mak
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Thu Apr 21 12:40:08 2011 +0200
+++ b/ApplicationDefinition.st	Thu Apr 21 12:43:19 2011 +0200
@@ -1569,7 +1569,7 @@
 
 # the executable only
 # with console
-consoleApp:
+consoleApp: $(REQUIRED_LIBS)
         -del main.obj
         $(MAKE) -N -f bc.mak \
                 MAKE_BAT=$(MAKE_BAT) \
@@ -1579,7 +1579,7 @@
                 CRT_STARTUP="$(CRT_STARTUP_CONSOLE)" theExe
 
 # without console
-noConsoleApp:
+noConsoleApp: $(REQUIRED_LIBS)
         -del main.obj
         $(MAKE) -N -f bc.mak \
                 MAKE_BAT=$(MAKE_BAT) \
@@ -1709,7 +1709,7 @@
 # ENDMAKEDEPEND --- do not remove this line
 '.
 
-    "Modified: / 31-01-2011 / 22:25:27 / cg"
+    "Modified: / 21-04-2011 / 12:43:15 / cg"
 !
 
 bc_dot_mak_app_source_rules
@@ -2734,9 +2734,9 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.173 2011-04-18 14:56:55 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.174 2011-04-21 10:43:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.173 2011-04-18 14:56:55 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.174 2011-04-21 10:43:19 cg Exp $'
 ! !