Commit 0cabb633 authored by Alexey.Golubev's avatar Alexey.Golubev

debug

parent f501bf79
......@@ -27,7 +27,7 @@ if exist %VC64% (
SET VC=%VC64%
)
call "%VC%\vcvarsall.bat %MACHINE%"
call "%VC%\vcvarsall.bat" %MACHINE%
cd curl
call buildconf.bat
......
CD /D %~dp0
SET CURL_FOLDER=curl
IF NOT EXIST %CURL_FOLDER% CALL git clone https://github.com/curl/curl.git %CURL_FOLDER%
CD %CURL_FOLDER%
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment