diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 12 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 16 |
2 files changed, 28 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index fe138c330..48b0bd9b4 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -965,6 +965,12 @@ Name="Blitters" Filter=""> <File + RelativePath=".\..\src\blitter\32bpp_simple.cpp"> + </File> + <File + RelativePath=".\..\src\blitter\32bpp_simple.hpp"> + </File> + <File RelativePath=".\..\src\blitter\8bpp_debug.cpp"> </File> <File @@ -1009,6 +1015,12 @@ Name="Renderer" Filter=""> <File + RelativePath=".\..\src\renderer\32bpp.cpp"> + </File> + <File + RelativePath=".\..\src\renderer\32bpp.hpp"> + </File> + <File RelativePath=".\..\src\renderer\8bpp.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 016f7fc56..be5d82860 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1508,6 +1508,14 @@ Name="Blitters" > <File + RelativePath=".\..\src\blitter\32bpp_simple.cpp" + > + </File> + <File + RelativePath=".\..\src\blitter\32bpp_simple.hpp" + > + </File> + <File RelativePath=".\..\src\blitter\8bpp_debug.cpp" > </File> @@ -1564,6 +1572,14 @@ Name="Renderer" > <File + RelativePath=".\..\src\renderer\32bpp.cpp" + > + </File> + <File + RelativePath=".\..\src\renderer\32bpp.hpp" + > + </File> + <File RelativePath=".\..\src\renderer\8bpp.cpp" > </File> |