mingwmake.bat
branchjv
changeset 12431 9f0c59c742d5
parent 12405 76f9a872362b
child 12626 7ae48abfedac
--- a/mingwmake.bat	Tue Feb 26 12:38:54 2013 +0000
+++ b/mingwmake.bat	Wed Feb 27 12:34:59 2013 +0000
@@ -7,8 +7,8 @@
 @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%"
+
 @call ..\rules\find_mingw.bat
-make.exe -N -f bc.mak %USEMINGW_ARG %DEFINES%% %*
+make.exe -N -f bc.mak %USEMINGW_ARG% %*
 
 
-