initial checkin
authorStefan Vogel <sv@exept.de>
Wed, 06 Mar 2013 19:03:04 +0100
changeset 126 a27f9b3251b9
parent 125 0515362b64a1
child 127 45c17c967b9a
initial checkin
reports/mingwmake.bat
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/reports/mingwmake.bat	Wed Mar 06 19:03:04 2013 +0100
@@ -0,0 +1,10 @@
+@REM -------
+@REM make using mingw gnu compiler
+@REM type mingwmake, and wait...
+@REM do not edit - automatically generated from ProjectDefinition
+@REM -------
+
+@call ..\..\..\rules\find_mingw.bat
+make.exe -N -f bc.mak %USEMINGW_ARG% %*
+
+