updated the MinGW build bat files

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7168 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-03-05 22:46:37 +00:00
parent 15449cdc74
commit 76ecaffccb
5 changed files with 20 additions and 21 deletions

View file

@ -1,7 +1,7 @@
set QTDIR=d:\qt\2010.01
set MINGW=%QTDIR%\mingw
set QTDIR=C:\Qt\4.8.5
set MINGW=C:\MinGW
set PATH=%QTDIR%\qt\bin;%QTDIR%\bin;%MINGW%\bin;%PATH%
set PATH=%QTDIR%\bin;%MINGW%\bin;%PATH%
mingw32-make clean