diff options
author | alberth <alberth@openttd.org> | 2011-03-03 20:50:24 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-03-03 20:50:24 +0000 |
commit | d19a9f5df5ca670857ae82ae8e02e065a0035974 (patch) | |
tree | b255320cccd5f987d03f0900186b7c5159ef2cc0 /projects | |
parent | b74de9ff7223b4402abdc1e0e8aad68a5187009e (diff) | |
download | openttd-d19a9f5df5ca670857ae82ae8e02e065a0035974.tar.xz |
(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index c1bb317d3..d4e38e713 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -325,6 +325,7 @@ <ClCompile Include="..\src\highscore.cpp" /> <ClCompile Include="..\src\hotkeys.cpp" /> <ClCompile Include="..\src\ini.cpp" /> + <ClCompile Include="..\src\ini_load.cpp" /> <ClCompile Include="..\src\landscape.cpp" /> <ClCompile Include="..\src\map.cpp" /> <ClCompile Include="..\src\misc.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 16031fa6c..1f4ba1c4f 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -195,6 +195,9 @@ <ClCompile Include="..\src\ini.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\ini_load.cpp"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="..\src\landscape.cpp"> <Filter>Source Files</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 33701798d..640423250 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -571,6 +571,10 @@ > </File> <File + RelativePath=".\..\src\ini_load.cpp" + > + </File> + <File RelativePath=".\..\src\landscape.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 4d6671c20..1f8b60b0a 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -568,6 +568,10 @@ > </File> <File + RelativePath=".\..\src\ini_load.cpp" + > + </File> + <File RelativePath=".\..\src\landscape.cpp" > </File> |