• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@echo off
2REM
3REM
4REM This batch file must be used to set up a git tree to build on
5REM systems where there is no autotools support (i.e. Microsoft).
6REM
7REM This file is not included nor needed for c-ares' release
8REM archives, neither for c-ares' daily snapshot archives.
9
10if exist GIT-INFO goto start_doing
11ECHO ERROR: This file shall only be used with a c-ares git checkout.
12goto end_all
13:start_doing
14
15if not exist include\ares_build.h.dist goto end_ares_build_h
16copy /Y include\ares_build.h.dist include\ares_build.h
17:end_ares_build_h
18
19:end_all
20
21