Merge pull request #1384 from hunbernd/fix/oldstuff

Removed outdated build scripts and information
This commit is contained in:
csoler 2018-11-02 22:09:18 +01:00 committed by GitHub
commit 256b777c89

View File

@ -1,13 +0,0 @@
set QTDIR=C:\Qt\4.8.6
set MINGW=C:\MinGW
set PATH=%QTDIR%\bin;%MINGW%\bin;%PATH%
mingw32-make clean
qmake libbitdht.pro
mingw32-make
pause