From f13e5c9e3a16baf321329ba4d40e3ea1aa23203b Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 9 Sep 2016 22:42:35 +0100 Subject: [PATCH] Add painttest to openrct2.proj --- openrct2.proj | 24 +++++++++++++++++++----- test/testpaint/testpaint.vcxproj | 4 +++- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index d036d7468f..071a4d50a4 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -13,10 +13,8 @@ - - - + Win32 $(COMPUTERNAME) $(GIT_COMMIT_SHA1.Substring(0, 7)) @@ -36,6 +34,7 @@ $(MsBuildThisFileDirectory) $(RootDir)distribution\ $(RootDir)artifacts\ + $(RootDir)bin\ $(DistDir)windows\install.nsi @@ -141,7 +140,7 @@ - + @@ -154,9 +153,10 @@ + - + $(GIT_COMMIT_SHA1_SHORT) $(BuildString) ($(GIT_BRANCH)) @@ -169,6 +169,20 @@ + + + + + + + + + + + + + + diff --git a/test/testpaint/testpaint.vcxproj b/test/testpaint/testpaint.vcxproj index 5610db872c..c7ffe6dc80 100644 --- a/test/testpaint/testpaint.vcxproj +++ b/test/testpaint/testpaint.vcxproj @@ -42,7 +42,7 @@ - $(SolutionDir)bin\testpaint + $(SolutionDir)bin\testpaint\ $(SolutionDir)obj\$(ProjectName)\$(Configuration)\ openrct2 $(SolutionDir)lib\include;$(SolutionDir)lib\include\breakpad;$(SolutionDir)lib\include\libspeex;$(SolutionDir)lib\include\sdl;$(SolutionDir)lib\include\jansson;$(SolutionDir)lib\include\sdl_ttf;$(SolutionDir)lib\include\libpng;$(SolutionDir)lib\include\zlib;$(IncludePath) @@ -61,6 +61,7 @@ Disabled true $(OpenRCT2_DEFINES);DEBUG;NO_VEHICLES;OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;CURL_STATICLIB;SDL_MAIN_HANDLED;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions) + true @@ -70,6 +71,7 @@ true true true + true true