mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-27 20:01:21 -04:00
Windows build environment
- Added no_rs_cppwarning for build - Added rs_use_native_dialogs with commandline "nativedialogs" - Added copy of sounds from plugin VOIP
This commit is contained in:
parent
38f9c81050
commit
5a4f33aa51
5 changed files with 19 additions and 7 deletions
|
@ -49,10 +49,11 @@ echo.
|
|||
|
||||
title Build - %SourceName%-%RsBuildConfig% [qmake]
|
||||
|
||||
set RS_QMAKE_CONFIG=%RsBuildConfig%
|
||||
set RS_QMAKE_CONFIG=%RsBuildConfig% no_rs_cppwarning
|
||||
if "%ParamAutologin%"=="1" set RS_QMAKE_CONFIG=%RS_QMAKE_CONFIG% rs_autologin
|
||||
if "%ParamJsonApi%"=="1" set RS_QMAKE_CONFIG=%RS_QMAKE_CONFIG% rs_jsonapi
|
||||
if "%ParamPlugins%"=="1" set RS_QMAKE_CONFIG=%RS_QMAKE_CONFIG% retroshare_plugins
|
||||
if "%ParamUseNativeDialogs%"=="1" set RS_QMAKE_CONFIG=%RS_QMAKE_CONFIG% rs_use_native_dialogs
|
||||
|
||||
qmake "%SourcePath%\RetroShare.pro" -r -spec win32-g++ "CONFIG+=%RS_QMAKE_CONFIG%" "EXTERNAL_LIB_DIR=%BuildLibsPath%\libs"
|
||||
if errorlevel 1 goto error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue