fix EOL
[platform/upstream/curl.git] / buildconf.bat
1 @echo off
2 REM set up a CVS tree to build when there's no autotools
3 REM $Revision$
4 REM $Date$
5
6 REM create hugehelp.c
7 copy src\hugehelp.c.cvs src\hugehelp.c
8
9 REM create Makefile
10 copy Makefile.dist Makefile
11
12 REM create curlbuild.h
13 copy include\curl\curlbuild.h.dist include\curl\curlbuild.h
14
15 REM setup c-ares CVS tree
16 if not exist ares\buildconf.bat goto end_c_ares
17 cd ares
18 call buildconf.bat
19 cd ..
20 :end_c_ares
21