11cb0ef41Sopenharmony_ci@echo off 21cb0ef41Sopenharmony_ciREM 31cb0ef41Sopenharmony_ciREM 41cb0ef41Sopenharmony_ciREM This batch file must be used to set up a git tree to build on 51cb0ef41Sopenharmony_ciREM systems where there is no autotools support (i.e. Microsoft). 61cb0ef41Sopenharmony_ciREM 71cb0ef41Sopenharmony_ciREM This file is not included nor needed for c-ares' release 81cb0ef41Sopenharmony_ciREM archives, neither for c-ares' daily snapshot archives. 91cb0ef41Sopenharmony_ciREM 101cb0ef41Sopenharmony_ciREM Copyright (C) The c-ares project and its contributors 111cb0ef41Sopenharmony_ciREM SPDX-License-Identifier: MIT 121cb0ef41Sopenharmony_ci 131cb0ef41Sopenharmony_ciif exist GIT-INFO goto start_doing 141cb0ef41Sopenharmony_ciECHO ERROR: This file shall only be used with a c-ares git checkout. 151cb0ef41Sopenharmony_cigoto end_all 161cb0ef41Sopenharmony_ci:start_doing 171cb0ef41Sopenharmony_ci 181cb0ef41Sopenharmony_ciif not exist include\ares_build.h.dist goto end_ares_build_h 191cb0ef41Sopenharmony_cicopy /Y include\ares_build.h.dist include\ares_build.h 201cb0ef41Sopenharmony_ci:end_ares_build_h 211cb0ef41Sopenharmony_ci 221cb0ef41Sopenharmony_ci:end_all 231cb0ef41Sopenharmony_ci 24