mingwmake.bat
changeset 2955 7366b7bc203e
parent 2925 857c51227b15
child 2956 896ab35eea5d
--- a/mingwmake.bat	Sun Jan 27 17:17:46 2013 +0100
+++ b/mingwmake.bat	Tue Jan 29 18:17:59 2013 +0100
@@ -3,4 +3,6 @@
 @REM type mingwmake, and wait...
 @REM do not edit - automatically generated from ProjectDefinition
 @REM -------
-make.exe -N -f bc.mak USEMINGW=1 %1 %2
+
+@call ..\rules\find_mingw.bat
+make.exe -N -f bc.mak -DUSEMINGW64=1 %*