Skip to content

Commit

Permalink
Windows curl dep copy dll from build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
0blu committed Nov 19, 2024
1 parent faea064 commit f12b3d7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ cd winbuild
call nmake /f Makefile.vc mode=dll MACHINE=x64 || (color 4 & echo Error detected & pause & exit /b)

cd ..\..
::xcopy /y "curl-build\builds\libcurl-vc-x64-release-static-ipv6-sspi-schannel\lib\libcurl_a.lib" "lib\" || (color 4 & echo Error detected & pause & exit /b)
::xcopy /e /i /y "curl-build\builds\libcurl-vc-x64-release-static-ipv6-sspi-schannel\include" "include" || (color 4 & echo Error detected & pause & exit /b)
xcopy /y "curl-build\builds\libcurl-vc-x64-release-dll-ipv6-sspi-schannel\bin\libcurl.dll" "lib\" || (color 4 & echo Error detected & pause & exit /b)
xcopy /y "curl-build\builds\libcurl-vc-x64-release-dll-ipv6-sspi-schannel\lib\libcurl.lib" "lib\" || (color 4 & echo Error detected & pause & exit /b)
xcopy /e /i /y "curl-build\builds\libcurl-vc-x64-release-dll-ipv6-sspi-schannel\include" "include" || (color 4 & echo Error detected & pause & exit /b)

Expand Down

0 comments on commit f12b3d7

Please sign in to comment.