initial checkin
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 14 Aug 2013 19:21:47 +0200
changeset 975 37962471b699
parent 974 3059fd0d7ea6
child 976 43a3ccbaf856
initial checkin
testData/packages/snapshot_restart/mingwmake.bat
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testData/packages/snapshot_restart/mingwmake.bat	Wed Aug 14 19:21:47 2013 +0200
@@ -0,0 +1,16 @@
+@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 ..\..\..\..\..\stx\rules
+@call find_mingw.bat
+@popd
+make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
+
+