devtools/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 30 Oct 2014 23:52:47 +0000
changeset 401 538267cab6ec
parent 108 74afa1a03c47
permissions -rw-r--r--
Portability fix: do not use Behaviour>>methods. On Smalltalk/X it returns a category reader (in order to be able to read Dolphin fileouts): * use`class methodsDo:` instead of `class methods do:` * use `class methodDictionary size` instead of `class methods size`

@REM -------
@REM make using Borland bcc32
@REM type bmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
make.exe -N -f bc.mak  %DEFINES% %*