summaryrefslogtreecommitdiff
path: root/vcproj-9/mapcache.vcproj
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-30 11:13:57 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-30 11:13:57 +0000
commit1c5990316d01f6942a4271801e891b0c67496a53 (patch)
tree8c79703093810258bc0975045fa237237cba997e /vcproj-9/mapcache.vcproj
parenteb41b65a824afc0c583d1392b2ee24493e6f6189 (diff)
downloadhercules-1c5990316d01f6942a4271801e891b0c67496a53.tar.gz
hercules-1c5990316d01f6942a4271801e891b0c67496a53.tar.bz2
hercules-1c5990316d01f6942a4271801e891b0c67496a53.tar.xz
hercules-1c5990316d01f6942a4271801e891b0c67496a53.zip
Fixed one 'additional include directories' entry in the vs9 mapcache project file (release mode) that wasn't updated for the new paths (bugreport:1950).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13017 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9/mapcache.vcproj')
-rw-r--r--vcproj-9/mapcache.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcproj-9/mapcache.vcproj b/vcproj-9/mapcache.vcproj
index 29c07715c..9a51e984b 100644
--- a/vcproj-9/mapcache.vcproj
+++ b/vcproj-9/mapcache.vcproj
@@ -133,7 +133,7 @@
OmitFramePointers="true"
EnableFiberSafeOptimizations="true"
WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\include\zlib"
+ AdditionalIncludeDirectories="..\3rdparty\zlib\include"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
StringPooling="true"
RuntimeLibrary="0"