We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70f6f4 commit 9bf2959Copy full SHA for 9bf2959
iis/dependencies/build_curl.bat
@@ -1,15 +1,18 @@
1
cd "%WORK_DIR%"
2
3
@if NOT EXIST "%SOURCE_DIR%\%CURL%" goto file_not_found_bin
4
-
+echo "7z..."
5
7z.exe x "%SOURCE_DIR%\%CURL%"
6
+echo "Timeout..."
7
+timeout 5
8
+echo "Curl..."
9
set CURL_DIR=%CURL:~0,-4%
-move "%CURL_DIR%" "curl"
10
11
-:: copy /y CMakeLists.txt "curl"
12
-CD "curl"
+echo "Move..."
+move "%CURL_DIR%" "curl"
+echo "Cd..."
13
+:: copy /y CMakeLists.txt "curl"
14
+CD "curl"
15
+echo "Cmake..."
16
CMAKE -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=True -DCURL_ZLIB=True
17
@if NOT (%ERRORLEVEL%) == (0) goto build_failed
18
:: "%WORK_DIR%\fart.exe" -r -C "%WORK_DIR%\curl\include\curl\curlbuild.h" LLU ULL
0 commit comments