aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts/libcurl_d.bat
blob: 5de849bc63aad515b4dd87a739ee65bde37502bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@ECHO OFF

SET LOC_PATH=%CD%
SET FILES=%LOC_PATH%\libcurl_d.txt

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.6-devel-mingw32\bin\zlib1.dll

xcopy curl-7.21.6-devel-mingw32\include\curl "%CUR_PATH%\include\curl" /E /Q /I /Y
copy curl-7.21.6-devel-mingw32\bin\*.dll "%APP_PATH%\system\" /Y

cd %LOC_PATH%