diff options
author | Yang Tse <yangsita@gmail.com> | 2009-04-30 10:43:27 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-04-30 10:43:27 +0000 |
commit | 128f52ec601e00370f5ab92f33771060d819de40 (patch) | |
tree | 35e6270754b47185fc1b1d7c4587261692b9f854 | |
parent | f444fb7f8850bdc6c54c96b0176fece3e18b4a4c (diff) | |
download | c-ares-128f52ec601e00370f5ab92f33771060d819de40.tar.gz c-ares-128f52ec601e00370f5ab92f33771060d819de40.tar.bz2 c-ares-128f52ec601e00370f5ab92f33771060d819de40.zip |
buildconf.bat for CVS-tree c-ares
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | buildconf.bat | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a2c32a6..47083f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/buildconf.bat b/buildconf.bat new file mode 100644 index 0000000..fc335aa --- /dev/null +++ b/buildconf.bat @@ -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
+
|