diff options
author | Yang Tse <yangsita@gmail.com> | 2009-04-30 12:12:31 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-04-30 12:12:31 +0000 |
commit | ec16121fb37457bcc1ca6151e7a55b997ff8051d (patch) | |
tree | bc925e216450cdf85e3b78b4480eb3e866544238 /buildconf.bat | |
parent | 7bd9988c8e8645ba67c402fb106af8e68411b5ff (diff) | |
download | curl-ec16121fb37457bcc1ca6151e7a55b997ff8051d.tar.gz |
fix EOL
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/buildconf.bat b/buildconf.bat index 5b646ccb2..82e5c26fd 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -1,21 +1,21 @@ -@echo off
-REM set up a CVS tree to build when there's no autotools
-REM $Revision$
-REM $Date$
-
-REM create hugehelp.c
-copy src\hugehelp.c.cvs src\hugehelp.c
-
-REM create Makefile
-copy Makefile.dist Makefile
-
-REM create curlbuild.h
-copy include\curl\curlbuild.h.dist include\curl\curlbuild.h
-
-REM setup c-ares CVS tree
-if not exist ares\buildconf.bat goto end_c_ares
-cd ares
-call buildconf.bat
-cd ..
-:end_c_ares
-
+@echo off +REM set up a CVS tree to build when there's no autotools +REM $Revision$ +REM $Date$ + +REM create hugehelp.c +copy src\hugehelp.c.cvs src\hugehelp.c + +REM create Makefile +copy Makefile.dist Makefile + +REM create curlbuild.h +copy include\curl\curlbuild.h.dist include\curl\curlbuild.h + +REM setup c-ares CVS tree +if not exist ares\buildconf.bat goto end_c_ares +cd ares +call buildconf.bat +cd .. +:end_c_ares + |