diff options
author | belugas <belugas@openttd.org> | 2007-03-22 04:10:05 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-03-22 04:10:05 +0000 |
commit | ff9bbf6bc3b4b8502c747be87bff32490d06350e (patch) | |
tree | 8cc6c8f5e0004dc42af849ffc3bfad6d303caa21 /projects | |
parent | 06d3669bb54143c588bd7b3abddbbb79582c94ee (diff) | |
download | openttd-ff9bbf6bc3b4b8502c747be87bff32490d06350e.tar.xz |
(svn r9401) -Fix(9400): was not supposed to commit that file
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index a492b52e1..668094f1a 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -308,7 +308,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" |