#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 26 Mar 2018 17:37:16 +0200
changeset 22657 2aea3942f531
parent 22656 85edf3e70438
child 22658 a6fd8eb664d0
#DOCUMENTATION by cg class: ProjectDefinition class comment/format in: #additionalDefinitions
ProjectDefinition.st
--- a/ProjectDefinition.st	Mon Mar 26 16:11:34 2018 +0200
+++ b/ProjectDefinition.st	Mon Mar 26 17:37:16 2018 +0200
@@ -2436,7 +2436,7 @@
 !
 
 additionalDefinitions
-    "allows for additional definitions/rules to be added to the Make.proto and bc.mak file."
+    "allows for additional definitions/rules to be added to both the Make.proto and bc.mak file."
 
     ^ ''
 
@@ -2895,6 +2895,7 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4979,6 +4980,7 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
+
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec