diff options
author | belugas <belugas@openttd.org> | 2007-09-26 02:29:34 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-09-26 02:29:34 +0000 |
commit | 8dc42819f71b68769a5b3b561864fa4515292acb (patch) | |
tree | a954fa2f87c499186c6b31bee7b7c769ed3cafbf | |
parent | fa075ed7bcfec12e132b62b68e7f7a30900cd41b (diff) | |
download | openttd-8dc42819f71b68769a5b3b561864fa4515292acb.tar.xz |
(svn r11165) -Fix(r11164): an unwelcome change in MSVC projects/openttd_vs80.vcproj, plus a fix in source.list
-rw-r--r-- | projects/openttd_vs80.vcproj | 2 | ||||
-rw-r--r-- | source.list | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 59be50597..538263ba6 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;LIBC.lib" + IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" TargetMachine="1" diff --git a/source.list b/source.list index 7c8ff5180..af5cdd4a6 100644 --- a/source.list +++ b/source.list @@ -304,8 +304,8 @@ blitter/32bpp_anim.cpp blitter/32bpp_anim.hpp blitter/32bpp_base.cpp blitter/32bpp_base.hpp -blitter/32bpp_optimized.hpp blitter/32bpp_optimized.cpp +blitter/32bpp_optimized.hpp blitter/32bpp_simple.cpp blitter/32bpp_simple.hpp blitter/8bpp_base.cpp |