Removed some old build scripts

This commit is contained in:
hunbernd 2018-10-28 21:34:45 +01:00 committed by csoler
parent ca80161bfb
commit 3e3adf7337
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
9 changed files with 0 additions and 330 deletions

View file

@ -1,7 +0,0 @@
TODO
---------------
Too much to list...
test SVN

View file

@ -1,14 +0,0 @@
set QTDIR=C:\Qt\4.8.6
set MINGW=C:\MinGW
set GIT=C:\Program Files\Git
set PATH=%QTDIR%\bin;%MINGW%\bin;;%GIT%\bin;%PATH%
mingw32-make clean
qmake libretroshare.pro "CONFIG+=version_detail_bash_script"
mingw32-make
pause