mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
625461bf69
Add scripts to build Libs on branch.
12 lines
226 B
Batchfile
Executable File
12 lines
226 B
Batchfile
Executable File
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
|