ProjectDefinition.st
changeset 14642 415f684f8808
parent 14586 4e6d15f5defc
child 14643 11cc29aea34c
equal deleted inserted replaced
14641:507dd4be1798 14642:415f684f8808
  4456 '@REM -------
  4456 '@REM -------
  4457 @REM make using mingw gnu compiler
  4457 @REM make using mingw gnu compiler
  4458 @REM type mingwmake, and wait...
  4458 @REM type mingwmake, and wait...
  4459 @REM do not edit - automatically generated from ProjectDefinition
  4459 @REM do not edit - automatically generated from ProjectDefinition
  4460 @REM -------
  4460 @REM -------
  4461 make.exe -N -f bc.mak -DUSEMINGW=1 %%*
  4461 
       
  4462 @call ..\rules\find_mingw.bat
       
  4463 make.exe -N -f bc.mak -DUSEMINGW64=1 %%*
  4462 
  4464 
  4463 %(SUBPROJECT_MINGWMAKE_CALLS)
  4465 %(SUBPROJECT_MINGWMAKE_CALLS)
  4464 '
  4466 '
  4465 
  4467 
  4466     "Created: / 05-09-2012 / 19:44:51 / cg"
  4468     "Created: / 05-09-2012 / 19:44:51 / cg"
  6739 ! !
  6741 ! !
  6740 
  6742 
  6741 !ProjectDefinition class methodsFor:'documentation'!
  6743 !ProjectDefinition class methodsFor:'documentation'!
  6742 
  6744 
  6743 version
  6745 version
  6744     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.403 2012-12-13 15:14:48 cg Exp $'
  6746     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.404 2013-01-10 11:19:15 cg Exp $'
  6745 !
  6747 !
  6746 
  6748 
  6747 version_CVS
  6749 version_CVS
  6748     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.403 2012-12-13 15:14:48 cg Exp $'
  6750     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.404 2013-01-10 11:19:15 cg Exp $'
  6749 !
  6751 !
  6750 
  6752 
  6751 version_SVN
  6753 version_SVN
  6752     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6754     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6753 ! !
  6755 ! !
  6754 
  6756 
       
  6757 
  6755 ProjectDefinition initialize!
  6758 ProjectDefinition initialize!