mingwmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 09 Dec 2016 13:45:14 +0100
branchcvs_MAIN
changeset 1007 60cc13ef0a9c
parent 957 732d7b69cf25
permissions -rw-r--r--
#REFACTORING by cg class: SmallSense::CodeHighlightingService changed: #initialize use isDebugView instead of class == DebugView or isKindOf:DebugView (to allow replacing the debugger)

@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% %*