From a6008013194d892025c229f3340c01687eb8a927 Mon Sep 17 00:00:00 2001 From: walker0643 <> Date: Tue, 13 Mar 2018 17:06:16 -0400 Subject: [PATCH] support options to msbuild on windows --- clean_build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean_build.bat b/clean_build.bat index 9aebadd8..c5e2153e 100644 --- a/clean_build.bat +++ b/clean_build.bat @@ -27,7 +27,7 @@ if ERRORLEVEL 1 goto failed cd build cmake -G "Visual Studio 15 2017 Win64" -D CMAKE_BUILD_TYPE=%B_BUILD_TYPE% -D CMAKE_PREFIX_PATH="%B_QT_FULLPATH%" -D DNSSD_LIB="%B_BONJOUR%\Lib\x64\dnssd.lib" -D QT_VERSION=%B_QT_VER% .. if ERRORLEVEL 1 goto failed -echo @msbuild barrier.sln /p:Platform="x64" /p:Configuration=%B_BUILD_TYPE% /m > make.bat +echo @msbuild barrier.sln /p:Platform="x64" /p:Configuration=%B_BUILD_TYPE% /m %B_BUILD_OPTIONS% > make.bat call make.bat if ERRORLEVEL 1 goto failed if exist bin\Debug (