(svn r4746) - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c
This commit is contained in:
@@ -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"
|
||||
@@ -349,9 +351,6 @@
|
||||
<File
|
||||
RelativePath=".\sound.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sprite.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\spritecache.c">
|
||||
</File>
|
||||
|
||||
Reference in New Issue
Block a user