diff options
author | glx <glx@openttd.org> | 2011-03-04 22:34:10 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2011-03-04 22:34:10 +0000 |
commit | 7f54c59a66ddec3fa1bb6b730f580b6189adcdc8 (patch) | |
tree | 035812b6ca312cf338da41fafbf95aa5e14dccf7 /projects/settingsgen_vs100.vcxproj.filters | |
parent | 150b5c0bf75074b6e7aa508346839036ea234620 (diff) | |
download | openttd-7f54c59a66ddec3fa1bb6b730f580b6189adcdc8.tar.xz |
(svn r22188) -Add: Generate the settings as part of the MSVC build process, and enable it in Makefile too
Diffstat (limited to 'projects/settingsgen_vs100.vcxproj.filters')
-rw-r--r-- | projects/settingsgen_vs100.vcxproj.filters | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/projects/settingsgen_vs100.vcxproj.filters b/projects/settingsgen_vs100.vcxproj.filters new file mode 100644 index 000000000..45eaaf088 --- /dev/null +++ b/projects/settingsgen_vs100.vcxproj.filters @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{a4678737-b3b3-4be5-9db1-fa6ccd164c59}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\src\core\alloc_func.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\misc\getoptdata.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\ini_load.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\settingsgen\settingsgen.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\string.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\src\misc\getoptdata.h" />
+ <ClInclude Include="..\src\ini_type.h" />
+ <ClInclude Include="..\src\core\smallvec_type.hpp" />
+ <ClInclude Include="..\src\string_func.h" />
+ <ClInclude Include="..\src\strings_type.h" />
+ </ItemGroup>
+</Project>
|