LibraryDefinition.st
changeset 19980 84e038500822
parent 19657 acf6eeca8f67
child 19997 e925ec41a00c
--- 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