ProjectDefinition.st
changeset 24566 09467040abd9
parent 24425 3733fe6e6258
child 24567 ee198c04099f
equal deleted inserted replaced
24565:15958103b2af 24566:09467040abd9
  2972     ^ #()
  2972     ^ #()
  2973 
  2973 
  2974     "Created: / 23-01-2007 / 19:08:27 / cg"
  2974     "Created: / 23-01-2007 / 19:08:27 / cg"
  2975 ! !
  2975 ! !
  2976 
  2976 
  2977 
       
  2978 !ProjectDefinition class methodsFor:'description - project information'!
  2977 !ProjectDefinition class methodsFor:'description - project information'!
  2979 
  2978 
  2980 applicationAdditionalIconFileNames
  2979 applicationAdditionalIconFileNames
  2981     "Return the icon-filenames for additional icons of the application
  2980     "Return the icon-filenames for additional icons of the application
  2982     (empty collection if there are none)"
  2981     (empty collection if there are none)"
  5090 subProjectVCmakeCalls
  5089 subProjectVCmakeCalls
  5091     "generate submake-calls for visual-C"
  5090     "generate submake-calls for visual-C"
  5092 
  5091 
  5093     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
  5092     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
  5094 ! !
  5093 ! !
  5095 
       
  5096 
  5094 
  5097 !ProjectDefinition class methodsFor:'file templates'!
  5095 !ProjectDefinition class methodsFor:'file templates'!
  5098 
  5096 
  5099 autopackage_default_dot_apspec
  5097 autopackage_default_dot_apspec
  5100     "for linux's autopackage"
  5098     "for linux's autopackage"
  8461 
  8459 
  8462     "Created: / 23-08-2006 / 15:17:46 / cg"
  8460     "Created: / 23-08-2006 / 15:17:46 / cg"
  8463     "Modified: / 20-09-2006 / 15:00:00 / cg"
  8461     "Modified: / 20-09-2006 / 15:00:00 / cg"
  8464 !
  8462 !
  8465 
  8463 
       
  8464 isPluginDefinition
       
  8465     "an attribute for end-user-application plugins (-> expecco)"
       
  8466 
       
  8467     ^ false
       
  8468 !
       
  8469 
  8466 isProjectDefinition
  8470 isProjectDefinition
  8467     "concrete i.e. not abstract"
  8471     "concrete i.e. not abstract"
  8468 
  8472 
  8469     ^ self isAbstract not
  8473     ^ self isAbstract not
  8470 
  8474