Oops, yet another path fix in mingwmake.bat (for x86_64 builds)
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 15 Jun 2015 09:09:44 +0200
changeset 836 79dd34f8411d
parent 835 e6c018be0875
child 867 f480ae1b550f
child 868 1aa481c0a3b3
Oops, yet another path fix in mingwmake.bat (for x86_64 builds)
refactoring_custom/mingwmake.bat
--- a/refactoring_custom/mingwmake.bat	Sun Jun 14 11:45:45 2015 +0100
+++ b/refactoring_custom/mingwmake.bat	Mon Jun 15 09:09:44 2015 +0200
@@ -8,7 +8,7 @@
 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
 
-@pushd ..\..\stx\rules
+@pushd ..\..\..\rules
 @call find_mingw.bat
 @popd
 make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*