summaryrefslogtreecommitdiff
path: root/openttd.vcproj
diff options
context:
space:
mode:
authorKUDr <KUDr@openttd.org>2006-05-05 19:30:09 +0000
committerKUDr <KUDr@openttd.org>2006-05-05 19:30:09 +0000
commit607f88410e7e57893579d0bef6e647c05d355512 (patch)
tree74a3bebc9fba22e52956c89f3d43ad76fdf1da7c /openttd.vcproj
parentcf30c682a80a193f8f0d65276b28bdf089682427 (diff)
downloadopenttd-607f88410e7e57893579d0bef6e647c05d355512.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.vcproj5
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