summaryrefslogtreecommitdiff
path: root/ttd.vcproj
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-03-24 20:49:17 +0000
committerdarkvater <darkvater@openttd.org>2005-03-24 20:49:17 +0000
commit831f7d8a46e4b3b76e78b0f2ce782d69867deab1 (patch)
treeb066c07944c494ddb22667391e88482bd100494f /ttd.vcproj
parent877a9f7df7ccc7ee1e4104f1e41b9a492b1367c0 (diff)
downloadopenttd-831f7d8a46e4b3b76e78b0f2ce782d69867deab1.tar.xz
(svn r2053) - Remove VS.NET dependencies from project file and list properly as additional dependencies. This means you no longer need the lib files for each and every working copy you have checked out. You can either put them in the /lib directory (the header files in the /include dir) or keep them where they were, that continues to work. This concerns WITH_PNG and WITH_ZLIB.
Diffstat (limited to 'ttd.vcproj')
-rw-r--r--ttd.vcproj10
1 files changed, 2 insertions, 8 deletions
diff --git a/ttd.vcproj b/ttd.vcproj
index a88b15bf8..623100167 100644
--- a/ttd.vcproj
+++ b/ttd.vcproj
@@ -53,7 +53,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib ws2_32.lib"
+ AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib"
OutputFile=".\Release/openttd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -120,7 +120,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib ws2_32.lib"
+ AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib"
OutputFile=".\Debug/openttd.exe"
LinkIncremental="0"
SuppressStartupBanner="TRUE"
@@ -1933,17 +1933,11 @@
RelativePath="icon1.ico">
</File>
<File
- RelativePath=".\libpng.lib">
- </File>
- <File
RelativePath="mainicon.ico">
</File>
<File
RelativePath="ReadMe.txt">
</File>
- <File
- RelativePath=".\zlibstat.lib">
- </File>
</Files>
<Globals>
</Globals>