#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 18 Jun 2018 15:35:17 +0200
changeset 23112 fdda70eb1871
parent 23111 d2a7cfa3d6f0
child 23113 fc4ba1f9833c
#OTHER by cg doc
ProjectDefinition.st
--- a/ProjectDefinition.st	Fri Jun 15 17:00:55 2018 +0200
+++ b/ProjectDefinition.st	Mon Jun 18 15:35:17 2018 +0200
@@ -184,7 +184,7 @@
           rule extends. This means that the extending target (specified by target:
           annotation parameter) is called as part of building of  the extended target
           (i.e., the target specified by extends: annotation parameter). Not all targets
-          are extendable, see below.
+          are extendible, see below.
 
     Method annotated by these annotations should return - when executed - a string
     with exactly one rule. The rule name SHOULD match with the name in target: annotation
@@ -3943,6 +3943,14 @@
             in: self vcmake_dot_mak
 !
 
+nsiFilename
+    "only applications define it"
+    
+    ^ nil.
+
+    "Created: / 18-06-2018 / 14:07:43 / Claus Gittinger"
+!
+
 protectedFileNames
     "names of files which should NOT be generated (because they are hand-maintained)
      - redefine this to protect a hand-written Make.proto or other handwritten support files"