aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/msvc12
diff options
context:
space:
mode:
authorEugene Sandulenko2016-07-24 06:43:04 +0300
committerEugene Sandulenko2016-07-24 06:43:04 +0300
commitafcf31f194961f80538d8471e6dbed6adc9c7ac3 (patch)
tree0920b00a8710cc0e6c4f50a0ed18e41060da0572 /devtools/create_project/msvc12
parent11a7598aa89736c23c912d4bbe77babee2c9f441 (diff)
downloadscummvm-rg350-afcf31f194961f80538d8471e6dbed6adc9c7ac3.tar.gz
scummvm-rg350-afcf31f194961f80538d8471e6dbed6adc9c7ac3.tar.bz2
scummvm-rg350-afcf31f194961f80538d8471e6dbed6adc9c7ac3.zip
CREATE_PROJECT: Fix MSVC project files
Diffstat (limited to 'devtools/create_project/msvc12')
-rw-r--r--devtools/create_project/msvc12/create_project.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/create_project/msvc12/create_project.vcxproj b/devtools/create_project/msvc12/create_project.vcxproj
index 6da1556547..3b38972e51 100644
--- a/devtools/create_project/msvc12/create_project.vcxproj
+++ b/devtools/create_project/msvc12/create_project.vcxproj
@@ -102,6 +102,7 @@ xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\iphone\"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="..\cmake.cpp" />
<ClCompile Include="..\codeblocks.cpp" />
<ClCompile Include="..\create_project.cpp" />
<ClCompile Include="..\msbuild.cpp" />
@@ -110,6 +111,7 @@ xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\iphone\"</Command>
<ClCompile Include="..\xcode.cpp" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="..\cmake.h" />
<ClInclude Include="..\codeblocks.h" />
<ClInclude Include="..\config.h" />
<ClInclude Include="..\create_project.h" />