#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 08 Mar 2019 12:17:16 +0100
changeset 23856 abae14e3afa9
parent 23855 71a77c0b2db2
child 23857 4f6b0998041f
#DOCUMENTATION by cg class: LibraryDefinition class changed: #make_dot_proto
LibraryDefinition.st
--- a/LibraryDefinition.st	Fri Mar 08 12:17:06 2019 +0100
+++ b/LibraryDefinition.st	Fri Mar 08 12:17:16 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006-2013 by eXept Software AG
               All Rights Reserved
@@ -406,6 +408,8 @@
 #    make clean   - clean all temp files
 #    make clobber - clean all
 #
+#    export MAKE_ARGS=-j4 ; make
+#
 # This file contains definitions for Unix based platforms.
 # It shares common definitions with the win32-make in Make.spec.
 
@@ -537,7 +541,7 @@
     "Modified: / 24-06-2009 / 21:39:29 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 26-07-2012 / 00:57:29 / cg"
     "Modified: / 03-03-2014 / 12:17:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 23-10-2018 / 18:48:16 / Claus Gittinger"
+    "Modified: / 08-03-2019 / 12:16:31 / Claus Gittinger"
 ! !