RetroShare/retroshare-nogui/src/mingw32make.bat

14 lines
188 B
Batchfile
Raw Normal View History

set QTDIR=d:\qt\2010.01
set MINGW=%QTDIR%\mingw
set PATH=%QTDIR%\qt\bin;%QTDIR%\bin;%MINGW%\bin;%PATH%
mingw32-make clean
qmake retroshare-nogui.pro
mingw32-make
pause