mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
12 lines
226 B
Batchfile
12 lines
226 B
Batchfile
|
set QTDIR=C:\Qt\5.5\mingw492_32
|
||
|
set LIBS=..\libs
|
||
|
set RSPATH=.\retroshare-gui\src\debug
|
||
|
|
||
|
set PATH=%QTDIR%\bin;%LIBS%\bin;%PATH%
|
||
|
|
||
|
If not exist %RSPATH%\RetroShare06.exe (
|
||
|
build-all-mingw32make.bat
|
||
|
)
|
||
|
|
||
|
%RSPATH%\RetroShare06.exe
|