diff options
author | KUDr <kudr@openttd.org> | 2006-05-05 19:30:09 +0000 |
---|---|---|
committer | KUDr <kudr@openttd.org> | 2006-05-05 19:30:09 +0000 |
commit | 1512d86e35b914b3ba88be961684e22edd72fc23 (patch) | |
tree | 74a3bebc9fba22e52956c89f3d43ad76fdf1da7c /openttd.vcproj | |
parent | 86b57907824d3bb80b6524d6f221ba4b43f94bf4 (diff) | |
download | openttd-1512d86e35b914b3ba88be961684e22edd72fc23.tar.xz |
(svn r4746) - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index f1e00ee4d..4a82db4ee 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -58,6 +58,7 @@ OutputFile=".\Release/openttd.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" + IgnoreDefaultLibraryNames="libc.lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Release/openttd.pdb" SubSystem="2" @@ -124,6 +125,7 @@ OutputFile=".\Debug/openttd.exe" LinkIncremental="0" SuppressStartupBanner="TRUE" + IgnoreDefaultLibraryNames="libc.lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Debug/openttd.pdb" SubSystem="2" @@ -350,9 +352,6 @@ RelativePath=".\sound.c"> </File> <File - RelativePath=".\sprite.c"> - </File> - <File RelativePath=".\spritecache.c"> </File> <File |