diff options
author | belugas <belugas@openttd.org> | 2007-09-26 02:20:58 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-09-26 02:20:58 +0000 |
commit | 41ecae2783dde9308e188579fe55b5aa8611beab (patch) | |
tree | 50f3672a0f1658ca8f82a36ea31d8d8537b46306 /projects | |
parent | e4c4c40753753d33e77bba4707d5f5710fecdbb9 (diff) | |
download | openttd-41ecae2783dde9308e188579fe55b5aa8611beab.tar.xz |
(svn r11164) -Fix(r11161): a rogue space roaming in the night... removed
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 70f1cd775..59be50597 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -314,7 +314,7 @@ AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib libfreetype2.lib" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="LIBCMT.lib" + IgnoreDefaultLibraryNames="LIBCMT.lib;LIBC.lib" GenerateDebugInformation="true" SubSystem="2" TargetMachine="1" @@ -1564,11 +1564,11 @@ > </File> <File - RelativePath=".\..\src\blitter\32bpp_optimized.hpp" + RelativePath=".\..\src\blitter\32bpp_optimized.cpp" > </File> <File - RelativePath=".\..\src\blitter\32bpp_optimized.cpp" + RelativePath=".\..\src\blitter\32bpp_optimized.hpp" > </File> <File |