RetroShare/libbitdht/src/mingw32make.bat

14 lines
181 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 libbitdht.pro
mingw32-make
pause