Skip to content

Commit

Permalink
buildconf.bat for CVS-tree c-ares
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtse committed Apr 30, 2009
1 parent c174b13 commit d36a86a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ares/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ noinst_PROGRAMS =$(PROGS)
EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \
Makefile.m32 Makefile.netware Makefile.vc6 $(man_MANS) $(MSVCFILES) \
config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \
TODO ares_build.h.in
TODO ares_build.h.in buildconf.bat

DISTCLEANFILES = ares_build.h

Expand Down
8 changes: 8 additions & 0 deletions ares/buildconf.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@echo off
REM set up a CVS tree to build when there's no autotools
REM $Revision$
REM $Date$

REM create ares_build.h
copy /Y ares_build.h.dist ares_build.h

8 changes: 8 additions & 0 deletions buildconf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ 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

0 comments on commit d36a86a

Please sign in to comment.