Przeglądaj źródła

Fixed old zlib library path in vs9 project file (bugreport:1959)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13020 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 17 lat temu
rodzic
commit
02995dceab
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vcproj-9/mapcache.vcproj

+ 1 - 1
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"