diff options
author | truebrain <truebrain@openttd.org> | 2011-12-19 20:56:34 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-19 20:56:34 +0000 |
commit | f239a6140616340854b2330b75f44abad01ae0a2 (patch) | |
tree | 0db054cc972e2638417423a0a89ee17bfbbfc38d /projects | |
parent | de5494af8ff51e7accfe2c73092873574a9edbf0 (diff) | |
download | openttd-f239a6140616340854b2330b75f44abad01ae0a2.tar.xz |
(svn r23609) -Add: save/load all GameScript related material
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 ba01b5450..b8fc0d371 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -779,6 +779,7 @@ <ClCompile Include="..\src\saveload\depot_sl.cpp" /> <ClCompile Include="..\src\saveload\economy_sl.cpp" /> <ClCompile Include="..\src\saveload\engine_sl.cpp" /> + <ClCompile Include="..\src\saveload\game_sl.cpp" /> <ClCompile Include="..\src\saveload\gamelog_sl.cpp" /> <ClCompile Include="..\src\saveload\group_sl.cpp" /> <ClCompile Include="..\src\saveload\industry_sl.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 58cb73cc7..88e4a42db 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1563,6 +1563,9 @@ <ClCompile Include="..\src\saveload\engine_sl.cpp"> <Filter>Save/Load handlers</Filter> </ClCompile> + <ClCompile Include="..\src\saveload\game_sl.cpp"> + <Filter>Save/Load handlers</Filter> + </ClCompile> <ClCompile Include="..\src\saveload\gamelog_sl.cpp"> <Filter>Save/Load handlers</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 2aa49ee4c..7d32b53eb 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2411,6 +2411,10 @@ > </File> <File + RelativePath=".\..\src\saveload\game_sl.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\gamelog_sl.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index c8a529f55..a4539dbf9 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2408,6 +2408,10 @@ > </File> <File + RelativePath=".\..\src\saveload\game_sl.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\gamelog_sl.cpp" > </File> |