changed: #bc_dot_mak
authorClaus Gittinger <cg@exept.de>
Mon, 31 Jan 2011 22:25:34 +0100
changeset 13267 1f7323db0ea1
parent 13266 9b5f03054ee7
child 13268 f4e20304dfea
changed: #bc_dot_mak
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Mon Jan 31 22:24:01 2011 +0100
+++ b/ApplicationDefinition.st	Mon Jan 31 22:25:34 2011 +0100
@@ -1703,7 +1703,7 @@
 clobber:: clean
         -del *.dll *.exe *.com
 
-; stupid win-make does not allow empty - therefore delete something which is not there...
+# stupid win-make does not allow empty - therefore delete something which is not there...
 postBuildCleanup::
         -del xxxxx.xxxxx
 
@@ -1712,7 +1712,7 @@
 # ENDMAKEDEPEND --- do not remove this line
 '.
 
-    "Modified: / 31-01-2011 / 22:23:55 / cg"
+    "Modified: / 31-01-2011 / 22:25:27 / cg"
 !
 
 bc_dot_mak_app_source_rules
@@ -2736,9 +2736,9 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.169 2011-01-31 21:24:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.170 2011-01-31 21:25:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.169 2011-01-31 21:24:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.170 2011-01-31 21:25:34 cg Exp $'
 ! !