aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-04-09 23:02:55 +0200
committerWiSo <wiso@xbmc.org>2011-04-09 23:02:55 +0200
commit4e9bb94acba08ea9d1ab2cba660316763147c0b0 (patch)
tree656289c8b34602d3bd5b85eba5b38d0dfcc15548
parent2dcb9d5d4d0b89e4b785e5dd34603058cc3a7b84 (diff)
[WIN32] added comments to libcurl script
-rw-r--r--project/BuildDependencies/scripts/libcurl_d.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/libcurl_d.bat b/project/BuildDependencies/scripts/libcurl_d.bat
index e1328a0f3f..1141624129 100644
--- a/project/BuildDependencies/scripts/libcurl_d.bat
+++ b/project/BuildDependencies/scripts/libcurl_d.bat
@@ -7,6 +7,8 @@ CALL dlextract.bat libcurl %FILES%
cd %TMP_PATH%
+rem we are using zlib1.dll from the zlib package
+rem I found no reference to zlib1.dll in any curl dll
del curl-7.21.1-devel-mingw32\bin\zlib1.dll
xcopy curl-7.21.1-devel-mingw32\include\curl "%CUR_PATH%\include\curl" /E /Q /I /Y