[cpp-msbuild] branch main updated: Account for relocated vdns files.
Codeberg
noreply at shibboleth.net
Thu Sep 10 17:11:17 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-msbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-msbuild/commit/4536251392b26431fd97b61be787856971382c36
The following commit(s) were added to refs/heads/main by this push:
new 4536251 Account for relocated vdns files.
4536251 is described below
commit 4536251392b26431fd97b61be787856971382c36
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Sep 10 13:11:07 2026 -0400
Account for relocated vdns files.
---
dependencies/curl/winbuild/MakefileBuild.vc | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dependencies/curl/winbuild/MakefileBuild.vc b/dependencies/curl/winbuild/MakefileBuild.vc
index 6125148..a19f16c 100644
--- a/dependencies/curl/winbuild/MakefileBuild.vc
+++ b/dependencies/curl/winbuild/MakefileBuild.vc
@@ -609,6 +609,7 @@ $(DIRDIST):
@if not exist "$(DIRDIST)\include\curl" mkdir $(DIRDIST)\include\curl
@if not exist "$(DIRDIST)\lib" mkdir $(DIRDIST)\lib
+# SEC: Add vdns creation
$(LIB_DIROBJ):
@if not exist "$(LIB_DIROBJ)" mkdir $(LIB_DIROBJ)
@if not exist "$(LIB_DIROBJ)\vauth" mkdir $(LIB_DIROBJ)\vauth
@@ -616,6 +617,7 @@ $(LIB_DIROBJ):
@if not exist "$(LIB_DIROBJ)\vssh" mkdir $(LIB_DIROBJ)\vssh
@if not exist "$(LIB_DIROBJ)\vquic" mkdir $(LIB_DIROBJ)\vquic
@if not exist "$(LIB_DIROBJ)\curlx" mkdir $(LIB_DIROBJ)\curlx
+ @if not exist "$(LIB_DIROBJ)\vdns" mkdir $(LIB_DIROBJ)\vdns
$(CURL_DIROBJ):
@if not exist "$(CURL_DIROBJ)" mkdir $(CURL_DIROBJ)
@@ -645,6 +647,10 @@ $(CURL_DIROBJ):
{$(LIBCURL_SRC_DIR)\curlx\}.c{$(LIB_DIROBJ)\curlx\}.obj::
$(CURL_CC) $(CFLAGS) /Fo"$(LIB_DIROBJ)\curlx\\" $<
+# SEC: Add rule for vdns folder
+{$(LIBCURL_SRC_DIR)\vdns\}.c{$(LIB_DIROBJ)\vdns\}.obj::
+ $(CURL_CC) $(CFLAGS) /Fo"$(LIB_DIROBJ)\vdns\\" $<
+
$(LIB_DIROBJ)\libcurl.res: $(LIBCURL_SRC_DIR)\libcurl.rc
$(RC) $(RC_FLAGS)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list