From bca55e1e320ac376eef70b36de631a6fdc3da3e2 Mon Sep 17 00:00:00 2001 From: Ted John Date: Mon, 31 Oct 2016 12:41:36 +0000 Subject: [PATCH] Only use CI compile options if BUILD_SERVER is set This now means that building openrct2.sln after openrct2.proj does not trigger a rebuild as the compile options will be the same. They are now only different if the BUILD_SERVER environment variable / msbuild property is set. --- openrct2.proj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index d6dfe634bc..8917009a18 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -16,7 +16,6 @@ Debug x64 - $(COMPUTERNAME) $(GIT_COMMIT_SHA1.Substring(0, 7)) 0.0.5.0 @@ -58,7 +57,7 @@ Configuration=$(Configuration) $(SlnProperties);Platform=$(Platform) - $(SlnProperties);OPENRCT2_CL_ADDITIONALOPTIONS=$(OPENRCT2_CL_ADDITIONALOPTIONS) + $(SlnProperties);OPENRCT2_CL_ADDITIONALOPTIONS=$(OPENRCT2_CL_ADDITIONALOPTIONS)