gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 17/220: winbuild: add vquic to list of build direct


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 17/220: winbuild: add vquic to list of build directories
Date: Thu, 12 Sep 2019 17:26:17 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 9736ac03ab3c9b352437dc1cb6cb4568bbf1a711
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Jul 29 01:49:08 2019 -0400

    winbuild: add vquic to list of build directories
    
    This fixes the winbuild build method which broke several days ago
    when experimental quic support was added in 3af0e76.
    
    Reported-by: Michael Lee
    
    Fixes https://github.com/curl/curl/issues/4158
---
 winbuild/MakefileBuild.vc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc
index 993ab38bc..b5742e109 100644
--- a/winbuild/MakefileBuild.vc
+++ b/winbuild/MakefileBuild.vc
@@ -559,6 +559,7 @@ $(LIB_DIROBJ):
        @if not exist "$(LIB_DIROBJ)" mkdir $(LIB_DIROBJ)
        @if not exist "$(LIB_DIROBJ)\vauth" mkdir $(LIB_DIROBJ)\vauth
        @if not exist "$(LIB_DIROBJ)\vtls" mkdir $(LIB_DIROBJ)\vtls
+       @if not exist "$(LIB_DIROBJ)\vquic" mkdir $(LIB_DIROBJ)\vquic
 
 $(CURL_DIROBJ):
        @if not exist "$(CURL_DIROBJ)" mkdir $(CURL_DIROBJ)
@@ -577,6 +578,9 @@ $(CURL_DIROBJ):
 {$(LIBCURL_SRC_DIR)\vtls\}.c{$(LIB_DIROBJ)\vtls\}.obj:
        $(CURL_CC) $(CFLAGS) /Fo"$@"  $<
 
+{$(LIBCURL_SRC_DIR)\vquic\}.c{$(LIB_DIROBJ)\vquic\}.obj:
+       $(CURL_CC) $(CFLAGS) /Fo"$@"  $<
+
 $(LIB_DIROBJ)\libcurl.res: $(LIBCURL_SRC_DIR)\libcurl.rc
        $(RC) $(RC_FLAGS)
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]