changed: #bc_dot_mak
authorClaus Gittinger <cg@exept.de>
Sun, 07 Aug 2011 13:30:40 +0200
changeset 13560 05b918faa569
parent 13559 9f9023caaf50
child 13561 c7485b8e641f
changed: #bc_dot_mak
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Sat Aug 06 15:47:52 2011 +0200
+++ b/ApplicationDefinition.st	Sun Aug 07 13:30:40 2011 +0200
@@ -1732,16 +1732,16 @@
 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 echo something 
 postBuildCleanup::
-        -del xxxxx.xxxxx
+        @echo 
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
 %(DEPENDENCIES)
 # ENDMAKEDEPEND --- do not remove this line
 '.
 
-    "Modified: / 21-04-2011 / 12:43:15 / cg"
+    "Modified: / 07-08-2011 / 13:30:28 / cg"
 !
 
 bc_dot_mak_app_source_rules
@@ -2780,9 +2780,9 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.175 2011-06-28 13:07:41 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.176 2011-08-07 11:30:40 cg Exp $'
 !
 
 version_SVN
-    ^ ' Id: ApplicationDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  '
+    ^ '§ Id: ApplicationDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
 ! !