ProjectDefinition.st
changeset 13178 07e3a9bb37c8
parent 13177 f7bebd737d65
child 13194 8e451f8ff654
equal deleted inserted replaced
13177:f7bebd737d65 13178:07e3a9bb37c8
  2867     ^self replaceMappings: self bmake_dot_mak_mappings 
  2867     ^self replaceMappings: self bmake_dot_mak_mappings 
  2868             in: self vcmake_dot_mak
  2868             in: self vcmake_dot_mak
  2869 !
  2869 !
  2870 
  2870 
  2871 protectedFileNames
  2871 protectedFileNames
  2872     "names of files which should NOT be generated 
  2872     "names of files which should NOT be generated (because they are hand-maintained)
  2873      - redefine this to protect a hand-written Make.proto or other handwritten support files"
  2873      - redefine this to protect a hand-written Make.proto or other handwritten support files"
  2874 
  2874 
  2875     ^ #()
  2875     ^ #()
  2876 
  2876 
  2877     "Created: / 14-09-2006 / 14:38:40 / cg"
  2877     "Created: / 14-09-2006 / 14:38:40 / cg"
       
  2878     "Modified: / 21-12-2010 / 11:36:46 / cg"
  2878 !
  2879 !
  2879 
  2880 
  2880 rcFilename
  2881 rcFilename
  2881     ^ self packageName,'.rc'.
  2882     ^ self packageName,'.rc'.
  2882 
  2883 
  5656 ! !
  5657 ! !
  5657 
  5658 
  5658 !ProjectDefinition class methodsFor:'documentation'!
  5659 !ProjectDefinition class methodsFor:'documentation'!
  5659 
  5660 
  5660 version
  5661 version
  5661     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.328 2010-12-21 10:24:51 cg Exp $'
  5662     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.329 2010-12-21 10:38:03 cg Exp $'
  5662 !
  5663 !
  5663 
  5664 
  5664 version_CVS
  5665 version_CVS
  5665     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.328 2010-12-21 10:24:51 cg Exp $'
  5666     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.329 2010-12-21 10:38:03 cg Exp $'
  5666 ! !
  5667 ! !
  5667 
  5668 
  5668 ProjectDefinition initialize!
  5669 ProjectDefinition initialize!