mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
CREATE_PROJECT: Fix MSVC project files
This commit is contained in:
parent
11a7598aa8
commit
afcf31f194
@ -95,6 +95,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" />
|
||||
@ -103,6 +104,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" />
|
||||
|
@ -101,6 +101,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" />
|
||||
@ -109,6 +110,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" />
|
||||
|
@ -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" />
|
||||
|
@ -192,6 +192,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" />
|
||||
@ -200,6 +201,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" />
|
||||
|
@ -169,6 +169,10 @@
|
||||
RelativePath="..\create_project.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\cmake.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\codeblocks.cpp"
|
||||
>
|
||||
@ -199,6 +203,10 @@
|
||||
RelativePath="..\create_project.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\cmake.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\codeblocks.h"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user