aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/msbuild.cpp
diff options
context:
space:
mode:
authorMarisa-Chan2014-11-12 16:38:28 +0600
committerMarisa-Chan2014-11-12 16:38:28 +0600
commite6f66877627ff4ef03ad8d1ea8a64c4278593d22 (patch)
treeb3f3815c2b43e711108ea74750487738053fa7b7 /devtools/create_project/msbuild.cpp
parentf43326a533faec014fb1987f9ba3729127c46487 (diff)
parent54a4b2fa863b5fd9469e360ecd7c4b0717b373fe (diff)
downloadscummvm-rg350-e6f66877627ff4ef03ad8d1ea8a64c4278593d22.tar.gz
scummvm-rg350-e6f66877627ff4ef03ad8d1ea8a64c4278593d22.tar.bz2
scummvm-rg350-e6f66877627ff4ef03ad8d1ea8a64c4278593d22.zip
ZVISION: Merge upstream
Diffstat (limited to 'devtools/create_project/msbuild.cpp')
-rw-r--r--devtools/create_project/msbuild.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/msbuild.cpp b/devtools/create_project/msbuild.cpp
index 018a04370f..87c9066199 100644
--- a/devtools/create_project/msbuild.cpp
+++ b/devtools/create_project/msbuild.cpp
@@ -352,7 +352,7 @@ void MSBuildProvider::outputGlobalPropFile(const BuildSetup &setup, std::ofstrea
"\t\t<_PropertySheetDisplayName>" << setup.projectDescription << "_Global</_PropertySheetDisplayName>\n"
"\t\t<ExecutablePath>$(" << LIBS_DEFINE << ")\\bin;$(ExecutablePath)</ExecutablePath>\n"
"\t\t<LibraryPath>$(" << LIBS_DEFINE << ")\\lib\\" << (bits == 32 ? "x86" : "x64") << ";$(LibraryPath)</LibraryPath>\n"
- "\t\t<IncludePath>$(" << LIBS_DEFINE << ")\\include;$(IncludePath)</IncludePath>\n"
+ "\t\t<IncludePath>$(" << LIBS_DEFINE << ")\\include;$(" << LIBS_DEFINE << ")\\include\\SDL;$(IncludePath)</IncludePath>\n"
"\t\t<OutDir>$(Configuration)" << bits << "\\</OutDir>\n"
"\t\t<IntDir>$(Configuration)" << bits << "/$(ProjectName)\\</IntDir>\n"
"\t</PropertyGroup>\n"