diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 25 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 32 |
2 files changed, 57 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index e395f4842..e7379545f 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -980,6 +980,12 @@ RelativePath=".\..\src\blitter\8bpp_simple.hpp"> </File> <File + RelativePath=".\..\src\blitter\null.cpp"> + </File> + <File + RelativePath=".\..\src\blitter\null.hpp"> + </File> + <File RelativePath=".\..\src\blitter\blitter.hpp"> </File> </Filter> @@ -997,6 +1003,25 @@ </File> </Filter> <Filter + Name="Renderer" + Filter=""> + <File + RelativePath=".\..\src\renderer\8bpp.cpp"> + </File> + <File + RelativePath=".\..\src\renderer\8bpp.hpp"> + </File> + <File + RelativePath=".\..\src\renderer\null.cpp"> + </File> + <File + RelativePath=".\..\src\renderer\null.hpp"> + </File> + <File + RelativePath=".\..\src\renderer\renderer.hpp"> + </File> + </Filter> + <Filter Name="NewGRF" Filter=""> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index eee9ba6e4..613a61330 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1528,6 +1528,14 @@ > </File> <File + RelativePath=".\..\src\blitter\null.cpp" + > + </File> + <File + RelativePath=".\..\src\blitter\null.hpp" + > + </File> + <File RelativePath=".\..\src\blitter\blitter.hpp" > </File> @@ -1549,6 +1557,30 @@ </File> </Filter> <Filter + Name="Renderer" + > + <File + RelativePath=".\..\src\renderer\8bpp.cpp" + > + </File> + <File + RelativePath=".\..\src\renderer\8bpp.hpp" + > + </File> + <File + RelativePath=".\..\src\renderer\null.cpp" + > + </File> + <File + RelativePath=".\..\src\renderer\null.hpp" + > + </File> + <File + RelativePath=".\..\src\renderer\renderer.hpp" + > + </File> + </Filter> + <Filter Name="NewGRF" > <File |