#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Thu, 09 Jun 2016 20:15:27 +0200
changeset 19980 84e038500822
parent 19979 23da22784b77
child 19981 b976ae341040
#BUGFIX by cg class: LibraryDefinition changed: #bc_dot_mak
LibraryDefinition.st
--- a/LibraryDefinition.st	Thu Jun 09 20:15:20 2016 +0200
+++ b/LibraryDefinition.st	Thu Jun 09 20:15:27 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006-2013 by eXept Software AG
               All Rights Reserved
@@ -336,7 +338,7 @@
         $(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
         
 clean::
-        del *.$(CSUFFIX)
+        -del *.$(CSUFFIX)
 
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it