mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 05 Jan 2017 23:36:28 +0000
branchjv
changeset 1567 e17701a073f9
parent 1096 f04239f073bb
child 2078 9d76442a61bb
permissions -rw-r--r--
Added abstract VMSpawningTestCase ...a base superclass for tests that spawns new smalltalk - such as VMCrashTests and SnapshotRestartTests.

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, 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%"

@pushd ..\..\rules
@call find_mingw.bat
@popd
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*