ProjectDefinition.st
changeset 23517 a28496b2a7a3
parent 23516 615475ef5504
child 23527 53033bc58a00
--- a/ProjectDefinition.st	Wed Nov 07 17:26:40 2018 +0100
+++ b/ProjectDefinition.st	Wed Nov 07 19:21:22 2018 +0100
@@ -2729,19 +2729,21 @@
 !
 
 additionalTargets_bc_dot_mak
-    "obsolete - kept for compatibility with old project files"
+    "can list additional bc.mak targets (additional windows support files)"
 
     ^ ''
 
     "Created: / 23-08-2006 / 00:00:35 / cg"
+    "Modified (comment): / 07-11-2018 / 19:19:51 / Claus Gittinger"
 !
 
 additionalTargets_make_dot_proto
-    "allows for additional targets to be added to the make.proto file."
+    "can list additional Make.proto targets (additional unix support files)"
 
     ^ ''
 
     "Created: / 22-08-2006 / 23:53:33 / cg"
+    "Modified (comment): / 07-11-2018 / 19:20:02 / Claus Gittinger"
 !
 
 additional_post_nsis_rules