Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9bf2959

Browse files
author
Felipe \"Zimmerle\" Costa
committed
iis: Waiting for 5 seconds before move curl directory
Testing buildbot.
1 parentf70f6f4 commit9bf2959

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

‎iis/dependencies/build_curl.bat‎

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
cd"%WORK_DIR%"
22

33
@ifNOT EXIST"%SOURCE_DIR%\%CURL%"goto file_not_found_bin
4-
4+
echo"7z..."
55
7z.exe x"%SOURCE_DIR%\%CURL%"
6-
6+
echo"Timeout..."
7+
timeout5
8+
echo"Curl..."
79
setCURL_DIR=%CURL:~0,-4%
8-
9-
move"%CURL_DIR%""curl"
10-
11-
:: copy /y CMakeLists.txt "curl"
12-
CD"curl"
10+
echo"Move..."
11+
move"%CURL_DIR%""curl"
12+
echo"Cd..."
13+
:: copy /y CMakeLists.txt "curl"
14+
CD"curl"
15+
echo"Cmake..."
1316
CMAKE -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=True -DCURL_ZLIB=True
1417
@ifNOT (%ERRORLEVEL%)== (0)goto build_failed
1518
:: "%WORK_DIR%\fart.exe" -r -C "%WORK_DIR%\curl\include\curl\curlbuild.h" LLU ULL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp