RetroShare/libretroshare/src/mingw32make.bat
defnax 9d291aa6f6 update windows build scripts
changed gxs id icon for linked with profile.
2015-08-11 16:44:59 +02:00

15 lines
243 B
Batchfile

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