diff options
author | belugas <belugas@openttd.org> | 2007-03-28 20:11:00 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-03-28 20:11:00 +0000 |
commit | 65cc1ae5e789abe5b4041c6099dc307b5168ed4b (patch) | |
tree | 39a28b2109b437059fe5ea0e23c338c9dcdb8586 /projects | |
parent | 72fc068844949f4584a7d1fb98b23b10df7e7356 (diff) | |
download | openttd-65cc1ae5e789abe5b4041c6099dc307b5168ed4b.tar.xz |
(svn r9521) -Fix(9520): Partly revert, accidentally commited an unnecessary change
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 6afe9ed70..360f08155 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" @@ -448,11 +448,11 @@ > </File> <File - RelativePath=".\..\src\autoreplace_cmd.cpp" + RelativePath=".\..\src\aystar.cpp" > </File> <File - RelativePath=".\..\src\aystar.cpp" + RelativePath=".\..\src\autoreplace_cmd.cpp" > </File> <File |