diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:19:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:19:22 +0000 |
commit | c21c3b0befeb46a51b6bf3758ffa30813bea0ff0 (patch) | |
tree | 9754ff1ca740f6346cf8483ec915d4054bc5da2d /fluent-bit/lib/c-ares-1.19.1/buildconf.bat | |
parent | Adding upstream version 1.43.2. (diff) | |
download | netdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.tar.xz netdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.zip |
Adding upstream version 1.44.3.upstream/1.44.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/c-ares-1.19.1/buildconf.bat')
-rw-r--r-- | fluent-bit/lib/c-ares-1.19.1/buildconf.bat | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fluent-bit/lib/c-ares-1.19.1/buildconf.bat b/fluent-bit/lib/c-ares-1.19.1/buildconf.bat new file mode 100644 index 00000000..dcee4523 --- /dev/null +++ b/fluent-bit/lib/c-ares-1.19.1/buildconf.bat @@ -0,0 +1,20 @@ +@echo off +REM +REM +REM This batch file must be used to set up a git tree to build on +REM systems where there is no autotools support (i.e. Microsoft). +REM +REM This file is not included nor needed for c-ares' release +REM archives, neither for c-ares' daily snapshot archives. + +if exist GIT-INFO goto start_doing +ECHO ERROR: This file shall only be used with a c-ares git checkout. +goto end_all +:start_doing + +if not exist include\ares_build.h.dist goto end_ares_build_h +copy /Y include\ares_build.h.dist include\ares_build.h +:end_ares_build_h + +:end_all + |