summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-27 22:21:23 +0000
committerrubidium <rubidium@openttd.org>2010-08-27 22:21:23 +0000
commit3e9e1b8e659c7fe36ac2188fb86ac601a8210d50 (patch)
tree914d8fa55046ec016a4a6ca60210ceba87bad2c8 /projects
parent01927590a52ee49192a47335d4509d91e0c5d27d (diff)
downloadopenttd-3e9e1b8e659c7fe36ac2188fb86ac601a8210d50.tar.xz
(svn r20638) -Codechange: split object.h
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs100.vcxproj2
-rw-r--r--projects/openttd_vs100.vcxproj.filters6
-rw-r--r--projects/openttd_vs80.vcproj8
-rw-r--r--projects/openttd_vs90.vcproj8
4 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 606bf37eb..ba1959fe4 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -485,6 +485,7 @@
<ClInclude Include="..\src\newgrf_house.h" />
<ClInclude Include="..\src\newgrf_industries.h" />
<ClInclude Include="..\src\newgrf_industrytiles.h" />
+ <ClInclude Include="..\src\newgrf_object.h" />
<ClInclude Include="..\src\newgrf_properties.h" />
<ClInclude Include="..\src\newgrf_railtype.h" />
<ClInclude Include="..\src\newgrf_sound.h" />
@@ -983,6 +984,7 @@
<ClCompile Include="..\src\newgrf_house.cpp" />
<ClCompile Include="..\src\newgrf_industries.cpp" />
<ClCompile Include="..\src\newgrf_industrytiles.cpp" />
+ <ClCompile Include="..\src\newgrf_object.cpp" />
<ClCompile Include="..\src\newgrf_railtype.cpp" />
<ClCompile Include="..\src\newgrf_sound.cpp" />
<ClCompile Include="..\src\newgrf_spritegroup.cpp" />
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index c03d46079..763f8a1f6 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -675,6 +675,9 @@
<ClInclude Include="..\src\newgrf_industrytiles.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\src\newgrf_object.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="..\src\newgrf_properties.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -2169,6 +2172,9 @@
<ClCompile Include="..\src\newgrf_industrytiles.cpp">
<Filter>NewGRF</Filter>
</ClCompile>
+ <ClCompile Include="..\src\newgrf_object.cpp">
+ <Filter>NewGRF</Filter>
+ </ClCompile>
<ClCompile Include="..\src\newgrf_railtype.cpp">
<Filter>NewGRF</Filter>
</ClCompile>
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 41e823f7c..f4847190d 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -1215,6 +1215,10 @@
>
</File>
<File
+ RelativePath=".\..\src\newgrf_object.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\newgrf_properties.h"
>
</File>
@@ -3275,6 +3279,10 @@
>
</File>
<File
+ RelativePath=".\..\src\newgrf_object.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\newgrf_railtype.cpp"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 994b21a9d..39b1b191d 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -1212,6 +1212,10 @@
>
</File>
<File
+ RelativePath=".\..\src\newgrf_object.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\newgrf_properties.h"
>
</File>
@@ -3272,6 +3276,10 @@
>
</File>
<File
+ RelativePath=".\..\src\newgrf_object.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\newgrf_railtype.cpp"
>
</File>