ProjectDefinition.st
changeset 22333 3c675c8b5266
parent 22186 678e7ba2122f
child 22387 9f14f5b840d0
equal deleted inserted replaced
22332:0b9d2ed54342 22333:3c675c8b5266
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2006 by eXept Software AG
     2  COPYRIGHT (c) 2006 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
  1532                                 ] ifFalse:[
  1530                                 ] ifFalse:[
  1533                                     attributes := eachClass isLoaded ifTrue:[ #() ] ifFalse:[ #(autoload) ].
  1531                                     attributes := eachClass isLoaded ifTrue:[ #() ] ifFalse:[ #(autoload) ].
  1534                                 ].
  1532                                 ].
  1535                             ].
  1533                             ].
  1536                             "JV @ 2010-06-19
  1534                             "JV @ 2010-06-19
  1537                              Support fo additional class attributes and programming language attribute"
  1535                              Support for additional class attributes and programming language attribute"
  1538                             attributes := self mergeDefaultClassAttributesFor: eachClass with: attributes.
  1536                             attributes := self mergeDefaultClassAttributesFor: eachClass with: attributes.
  1539 
  1537 
  1540                             newEntry := Array with:className.
  1538                             newEntry := Array with:className.
  1541                             attributes notEmptyOrNil ifTrue:[
  1539                             attributes notEmptyOrNil ifTrue:[
  1542                                 newEntry := newEntry , attributes.
  1540                                 newEntry := newEntry , attributes.
  1557 
  1555 
  1558     "Modified: / 08-08-2006 / 19:24:34 / fm"
  1556     "Modified: / 08-08-2006 / 19:24:34 / fm"
  1559     "Created: / 10-10-2006 / 22:00:50 / cg"
  1557     "Created: / 10-10-2006 / 22:00:50 / cg"
  1560     "Modified: / 06-09-2011 / 07:48:52 / cg"
  1558     "Modified: / 06-09-2011 / 07:48:52 / cg"
  1561     "Modified: / 30-07-2014 / 20:40:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1559     "Modified: / 30-07-2014 / 20:40:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
  1560     "Modified (comment): / 08-11-2017 / 17:59:04 / mawalch"
  1562 !
  1561 !
  1563 
  1562 
  1564 companyName_code
  1563 companyName_code
  1565     "generate code that answers the company name."
  1564     "generate code that answers the company name."
  1566 
  1565 
  2893 
  2892 
  2894     ^ '-warnNonStandard'
  2893     ^ '-warnNonStandard'
  2895 
  2894 
  2896     "Created: / 18-08-2006 / 12:51:38 / cg"
  2895     "Created: / 18-08-2006 / 12:51:38 / cg"
  2897 ! !
  2896 ! !
       
  2897 
  2898 
  2898 
  2899 !ProjectDefinition class methodsFor:'description - project information'!
  2899 !ProjectDefinition class methodsFor:'description - project information'!
  2900 
  2900 
  2901 applicationAdditionalIconFileNames
  2901 applicationAdditionalIconFileNames
  2902     "Return the icon-filenames for additional icons of the application
  2902     "Return the icon-filenames for additional icons of the application
  4974     "generate submake-calls for visual-C"
  4974     "generate submake-calls for visual-C"
  4975 
  4975 
  4976     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
  4976     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
  4977 ! !
  4977 ! !
  4978 
  4978 
       
  4979 
  4979 !ProjectDefinition class methodsFor:'file templates'!
  4980 !ProjectDefinition class methodsFor:'file templates'!
  4980 
  4981 
  4981 autopackage_default_dot_apspec
  4982 autopackage_default_dot_apspec
  4982     "for linux's autopackage"
  4983     "for linux's autopackage"
  4983 
  4984