From f051430ea3cdf729792f57f8cd7a556962405739 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 15 Oct 2016 23:39:50 +0100 Subject: [PATCH] Make release Win32 builds NO_RCT2 and Win32 sub system --- openrct2.vcxproj | 5 +++-- openrct2.vcxproj.user | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/openrct2.vcxproj b/openrct2.vcxproj index 3f96bcf768..0bee633808 100644 --- a/openrct2.vcxproj +++ b/openrct2.vcxproj @@ -541,7 +541,7 @@ MultiByte - DynamicLibrary + Application false v140 true @@ -635,7 +635,7 @@ 4013 false - OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;CURL_STATICLIB;SDL_MAIN_HANDLED;%(PreprocessorDefinitions) + NO_RCT2;OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;CURL_STATICLIB;SDL_MAIN_HANDLED;%(PreprocessorDefinitions) $(IntDir)\%(RelativeDir) true Speed @@ -648,6 +648,7 @@ true openrct2-libs-vs2015-x86.lib;imm32.lib;version.lib;winmm.lib;%(AdditionalDependencies) /ignore:4099 %(AdditionalOptions) + Windows diff --git a/openrct2.vcxproj.user b/openrct2.vcxproj.user index b782b153c4..fa79bfcaff 100644 --- a/openrct2.vcxproj.user +++ b/openrct2.vcxproj.user @@ -13,7 +13,7 @@ $(TargetDir) WindowsLocalDebugger - $(TargetDir)\openrct2.exe + $(TargetPath)