From 85bc21ce2529cedac6d3d420e41beff8f5e36312 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Mon, 7 Jan 2019 22:08:06 +0100 Subject: [PATCH] Adjust IncludePath for the MSVC project. --- openrct2.common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrct2.common.props b/openrct2.common.props index b3db3fed61..d8b5aaa6f4 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -101,7 +101,7 @@ - $(SolutionDir)src;$(SolutionDir)lib\$(Platform)\include;$(IncludePath) + $(SolutionDir)src;$(SolutionDir)lib\$(Platform)\include;$(SolutionDir)lib\$(Platform)\include\SDL2;$(IncludePath) $(SolutionDir)lib\$(Platform)\debug\lib;$(LibraryPath) $(SolutionDir)lib\$(Platform)\lib;$(LibraryPath)