xref: /trunk/main/curl/buildssh.patch (revision bc614383ed48d84f9d3ab126d6cfbe0c303e3c73)
1*bc614383SDon Lewis--- misc/curl-7.72.0/winbuild/MakefileBuild.vc  2019-09-09 05:03:16.000000000 -0700
2*bc614383SDon Lewis+++ misc/build/curl-7.72.0/winbuild/MakefileBuild.vc    2019-10-08 23:35:42.129882800 -0700
349c55ee5SDon Lewis@@ -560,6 +560,7 @@
449c55ee5SDon Lewis    @if not exist "$(LIB_DIROBJ)\vauth" mkdir $(LIB_DIROBJ)\vauth
549c55ee5SDon Lewis    @if not exist "$(LIB_DIROBJ)\vtls" mkdir $(LIB_DIROBJ)\vtls
649c55ee5SDon Lewis    @if not exist "$(LIB_DIROBJ)\vquic" mkdir $(LIB_DIROBJ)\vquic
749c55ee5SDon Lewis+   @if not exist "$(LIB_DIROBJ)\vssh" mkdir $(LIB_DIROBJ)\vssh
849c55ee5SDon Lewis
949c55ee5SDon Lewis $(CURL_DIROBJ):
1049c55ee5SDon Lewis    @if not exist "$(CURL_DIROBJ)" mkdir $(CURL_DIROBJ)
1149c55ee5SDon Lewis@@ -581,6 +582,9 @@
1249c55ee5SDon Lewis {$(LIBCURL_SRC_DIR)\vquic\}.c{$(LIB_DIROBJ)\vquic\}.obj:
1349c55ee5SDon Lewis    $(CURL_CC) $(CFLAGS) /Fo"$@"  $<
1449c55ee5SDon Lewis
1549c55ee5SDon Lewis+{$(LIBCURL_SRC_DIR)\vssh\}.c{$(LIB_DIROBJ)\vssh\}.obj:
1649c55ee5SDon Lewis+   $(CURL_CC) $(CFLAGS) /Fo"$@"  $<
1749c55ee5SDon Lewis+
1849c55ee5SDon Lewis $(LIB_DIROBJ)\libcurl.res: $(LIBCURL_SRC_DIR)\libcurl.rc
1949c55ee5SDon Lewis    $(RC) $(RC_FLAGS)
2049c55ee5SDon Lewis
21