# HG changeset patch # User Claus Gittinger # Date 1529328917 -7200 # Node ID fdda70eb1871fb72b75563a4b007867a128c1f93 # Parent d2a7cfa3d6f0bc6adebba336565e0a74620e0e4d #OTHER by cg doc diff -r d2a7cfa3d6f0 -r fdda70eb1871 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"