ProjectDefinition.st
changeset 19627 6facd6946531
parent 19596 67605c5fe0a3
child 19636 cfa029c95cfc
child 19656 2e77e4aa1575
equal deleted inserted replaced
19626:b6a5cd1d9e08 19627:6facd6946531
     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
  2693 
  2691 
  2694     ^ '-warnNonStandard'
  2692     ^ '-warnNonStandard'
  2695 
  2693 
  2696     "Created: / 18-08-2006 / 12:51:38 / cg"
  2694     "Created: / 18-08-2006 / 12:51:38 / cg"
  2697 ! !
  2695 ! !
       
  2696 
  2698 
  2697 
  2699 !ProjectDefinition class methodsFor:'description - project information'!
  2698 !ProjectDefinition class methodsFor:'description - project information'!
  2700 
  2699 
  2701 applicationAdditionalIconFileNames
  2700 applicationAdditionalIconFileNames
  2702     "Return the icon-filenames for additional icons of the application
  2701     "Return the icon-filenames for additional icons of the application
  4724     "generate submake-calls for visual-C"
  4723     "generate submake-calls for visual-C"
  4725 
  4724 
  4726     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
  4725     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
  4727 ! !
  4726 ! !
  4728 
  4727 
       
  4728 
  4729 !ProjectDefinition class methodsFor:'file templates'!
  4729 !ProjectDefinition class methodsFor:'file templates'!
  4730 
  4730 
  4731 autopackage_default_dot_apspec
  4731 autopackage_default_dot_apspec
  4732     "for linux's autopackage"
  4732     "for linux's autopackage"
  4733 
  4733 
  4848 @REM -------
  4848 @REM -------
  4849 @SET DEFINES=
  4849 @SET DEFINES=
  4850 
  4850 
  4851 make.exe -N -f bc.mak  %%DEFINES%% %%*
  4851 make.exe -N -f bc.mak  %%DEFINES%% %%*
  4852 
  4852 
  4853 @IF "%%1" EQU "exe" exit /b 0
  4853 %(SKIP_IF_ARG_IS_APP_TARGET)
  4854 @IF "%%1" EQU "setup" exit /b 0
       
  4855 @IF "%%1" EQU "pluginSetup" exit /b 0
       
  4856 
  4854 
  4857 %(SUBPROJECT_BMAKE_CALLS)
  4855 %(SUBPROJECT_BMAKE_CALLS)
  4858 '
  4856 '
  4859 
  4857 
  4860     "Created: / 17-08-2006 / 20:04:14 / cg"
  4858     "Created: / 17-08-2006 / 20:04:14 / cg"
  4929 @REM type lccmake, and wait...
  4927 @REM type lccmake, and wait...
  4930 @REM do not edit - automatically generated from ProjectDefinition
  4928 @REM do not edit - automatically generated from ProjectDefinition
  4931 @REM -------
  4929 @REM -------
  4932 make.exe -N -f bc.mak -DUSELCC=1 %%*
  4930 make.exe -N -f bc.mak -DUSELCC=1 %%*
  4933 
  4931 
  4934 @IF "%%1" EQU "exe" exit /b 0
  4932 %(SKIP_IF_ARG_IS_APP_TARGET)
  4935 @IF "%%1" EQU "setup" exit /b 0
       
  4936 @IF "%%1" EQU "pluginSetup" exit /b 0
       
  4937 
  4933 
  4938 %(SUBPROJECT_LCCMAKE_CALLS)
  4934 %(SUBPROJECT_LCCMAKE_CALLS)
  4939 '
  4935 '
  4940 
  4936 
  4941     "Created: / 03-09-2012 / 19:49:23 / cg"
  4937     "Created: / 03-09-2012 / 19:49:23 / cg"
  5058 @pushd %(TOP)\rules
  5054 @pushd %(TOP)\rules
  5059 @call find_mingw.bat
  5055 @call find_mingw.bat
  5060 @popd
  5056 @popd
  5061 make.exe -N -f bc.mak %DEFINES% %%USEMINGW_ARG%% %%*
  5057 make.exe -N -f bc.mak %DEFINES% %%USEMINGW_ARG%% %%*
  5062 
  5058 
  5063 @IF "%%1" EQU "exe" exit /b 0
  5059 %(SKIP_IF_ARG_IS_APP_TARGET)
  5064 @IF "%%1" EQU "setup" exit /b 0
       
  5065 @IF "%%1" EQU "pluginSetup" exit /b 0
       
  5066 
  5060 
  5067 %(SUBPROJECT_MINGWMAKE_CALLS)
  5061 %(SUBPROJECT_MINGWMAKE_CALLS)
  5068 '
  5062 '
  5069 
  5063 
  5070     "Created: / 05-09-2012 / 19:44:51 / cg"
  5064     "Created: / 05-09-2012 / 19:44:51 / cg"
  5153 @REM type tccmake, and wait...
  5147 @REM type tccmake, and wait...
  5154 @REM do not edit - automatically generated from ProjectDefinition
  5148 @REM do not edit - automatically generated from ProjectDefinition
  5155 @REM -------
  5149 @REM -------
  5156 make.exe -N -f bc.mak -DUSETCC=1 %%*
  5150 make.exe -N -f bc.mak -DUSETCC=1 %%*
  5157 
  5151 
  5158 @IF "%%1" EQU "exe" exit /b 0
  5152 %(SKIP_IF_ARG_IS_APP_TARGET)
  5159 @IF "%%1" EQU "setup" exit /b 0
       
  5160 @IF "%%1" EQU "pluginSetup" exit /b 0
       
  5161 
  5153 
  5162 
  5154 
  5163 %(SUBPROJECT_TCCMAKE_CALLS)
  5155 %(SUBPROJECT_TCCMAKE_CALLS)
  5164 '
  5156 '
  5165 
  5157 
  5183 )
  5175 )
  5184 @SET DEFINES=
  5176 @SET DEFINES=
  5185 
  5177 
  5186 make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
  5178 make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
  5187 
  5179 
  5188 @IF "%%1" EQU "exe" exit /b 0
  5180 %(SKIP_IF_ARG_IS_APP_TARGET)
  5189 @IF "%%1" EQU "setup" exit /b 0
       
  5190 @IF "%%1" EQU "pluginSetup" exit /b 0
       
  5191 
  5181 
  5192 %(SUBPROJECT_VCMAKE_CALLS)
  5182 %(SUBPROJECT_VCMAKE_CALLS)
  5193 '
  5183 '
  5194 
  5184 
  5195     "Modified: / 04-09-2012 / 11:45:49 / cg"
  5185     "Modified: / 04-09-2012 / 11:45:49 / cg"