diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-31 05:01:04 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-31 05:01:04 +0000 |
commit | b0931e719ce6db2f887e752b1cf55424857a9a1f (patch) | |
tree | b02abd3f6634609387e7205ea38e13c0a4b09733 /vcproj-9 | |
parent | a90447eb22ec77a9f06cbba7fbcb1fea2ff79520 (diff) | |
download | hercules-b0931e719ce6db2f887e752b1cf55424857a9a1f.tar.gz hercules-b0931e719ce6db2f887e752b1cf55424857a9a1f.tar.bz2 hercules-b0931e719ce6db2f887e752b1cf55424857a9a1f.tar.xz hercules-b0931e719ce6db2f887e752b1cf55424857a9a1f.zip |
Fixed old zlib library path in vs9 project file (bugreport:1959)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13020 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9')
-rw-r--r-- | vcproj-9/mapcache.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcproj-9/mapcache.vcproj b/vcproj-9/mapcache.vcproj index 9a51e984b..5ca9346fa 100644 --- a/vcproj-9/mapcache.vcproj +++ b/vcproj-9/mapcache.vcproj @@ -158,7 +158,7 @@ AdditionalDependencies="libcmt.lib oldnames.lib zdll.lib" OutputFile="$(OutDir)\mapcache.exe" LinkIncremental="1" - AdditionalLibraryDirectories="..\lib" + AdditionalLibraryDirectories="..\3rdparty\zlib\lib" IgnoreAllDefaultLibraries="true" GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" |