diff options
| author | Littleboy | 2011-04-24 13:33:23 -0400 |
|---|---|---|
| committer | Littleboy | 2011-04-24 16:59:48 -0400 |
| commit | 878d72b387d13bdb7713b142abae32bc28a51047 (patch) | |
| tree | 0d34098e2c46a15297ad3fe5cb41681888adfe9e /devtools/create_project/msvc10/create_project.vcxproj | |
| parent | 11b907ebf45f5a0707c2748b8f7413b2910976a8 (diff) | |
| download | scummvm-rg350-878d72b387d13bdb7713b142abae32bc28a51047.tar.gz scummvm-rg350-878d72b387d13bdb7713b142abae32bc28a51047.tar.bz2 scummvm-rg350-878d72b387d13bdb7713b142abae32bc28a51047.zip | |
CREATE_PROJECT: Move project-specific information to configuration file
User-visible output and project-specific names are now defined in a config header.
This allows an easier usage of the create_project tools in other scummvm-derived projects (such as residual).
Diffstat (limited to 'devtools/create_project/msvc10/create_project.vcxproj')
| -rw-r--r-- | devtools/create_project/msvc10/create_project.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_project/msvc10/create_project.vcxproj b/devtools/create_project/msvc10/create_project.vcxproj index 532d6dba29..15ce217bfc 100644 --- a/devtools/create_project/msvc10/create_project.vcxproj +++ b/devtools/create_project/msvc10/create_project.vcxproj @@ -101,6 +101,7 @@ xcopy /Y $(TargetPath) $(SolutionDir)\..\..\..\dists\codeblocks\</Command> </ItemGroup> <ItemGroup> <ClInclude Include="..\codeblocks.h" /> + <ClInclude Include="..\config.h" /> <ClInclude Include="..\create_project.h" /> <ClInclude Include="..\msbuild.h" /> <ClInclude Include="..\msvc.h" /> |
