mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
9d291aa6f6
changed gxs id icon for linked with profile.
15 lines
243 B
Batchfile
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
|
|
|