diff options
author | rubidium <rubidium@openttd.org> | 2011-11-17 21:17:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-17 21:17:17 +0000 |
commit | 02b884d923d5d273004b51b36e4054c0b7629b8d (patch) | |
tree | 22e28792da88a02cd509e629dc5a4b0a87a1c495 /projects | |
parent | 4390f6f449226a756b10e42d012574a9d85aace2 (diff) | |
download | openttd-02b884d923d5d273004b51b36e4054c0b7629b8d.tar.xz |
(svn r23244) -Feature: if the installation is ananas, try to get the b without b installed
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 70a10baef..8731a072e 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -635,6 +635,7 @@ <ClCompile Include="..\src\aircraft_gui.cpp" /> <ClCompile Include="..\src\airport_gui.cpp" /> <ClCompile Include="..\src\autoreplace_gui.cpp" /> + <ClCompile Include="..\src\bootstrap_gui.cpp" /> <ClCompile Include="..\src\bridge_gui.cpp" /> <ClCompile Include="..\src\build_vehicle_gui.cpp" /> <ClCompile Include="..\src\cheat_gui.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index c8d1f3d19..19200a0cf 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1125,6 +1125,9 @@ <ClCompile Include="..\src\autoreplace_gui.cpp"> <Filter>GUI Source Code</Filter> </ClCompile> + <ClCompile Include="..\src\bootstrap_gui.cpp"> + <Filter>GUI Source Code</Filter> + </ClCompile> <ClCompile Include="..\src\bridge_gui.cpp"> <Filter>GUI Source Code</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index d6d95483c..f12f56261 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1823,6 +1823,10 @@ > </File> <File + RelativePath=".\..\src\bootstrap_gui.cpp" + > + </File> + <File RelativePath=".\..\src\bridge_gui.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 6cb0b680a..082206aa2 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1820,6 +1820,10 @@ > </File> <File + RelativePath=".\..\src\bootstrap_gui.cpp" + > + </File> + <File RelativePath=".\..\src\bridge_gui.cpp" > </File> |