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