From 527d18c9f1fca603aa022af247de94c703a405ec Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 9 Sep 2016 23:18:54 +0100 Subject: [PATCH] Fix testpaint.vcxproj --- test/testpaint/testpaint.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testpaint/testpaint.vcxproj b/test/testpaint/testpaint.vcxproj index c7ffe6dc80..4c615d238d 100644 --- a/test/testpaint/testpaint.vcxproj +++ b/test/testpaint/testpaint.vcxproj @@ -49,7 +49,7 @@ $(SolutionDir)lib;$(LibraryPath) - $(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) @@ -71,6 +71,7 @@ true true true + $(OpenRCT2_DEFINES);NO_VEHICLES;OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;CURL_STATICLIB;SDL_MAIN_HANDLED;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions) true