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