mingwmake.bat
author Stefan Vogel <sv@exept.de>
Tue, 03 Dec 2019 16:39:04 +0100
changeset 4605 2a55645d55eb
parent 3776 63bd8906ba1a
child 3841 a22f33410bdf
permissions -rw-r--r--
#BUGFIX by stefan class: ByteCodeCompiler changed: #compile:forClass:inCategory:notifying:install:skipIfSame:silent:foldConstants:ifFail: #isHandled not understood by exception instance (only by class)

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=

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