mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-06 02:19:39 +00:00
buildconf.bat for CVS-tree c-ares
This commit is contained in:
@ -46,7 +46,7 @@ noinst_PROGRAMS =$(PROGS)
|
|||||||
EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \
|
EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \
|
||||||
Makefile.m32 Makefile.netware Makefile.vc6 $(man_MANS) $(MSVCFILES) \
|
Makefile.m32 Makefile.netware Makefile.vc6 $(man_MANS) $(MSVCFILES) \
|
||||||
config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \
|
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
|
DISTCLEANFILES = ares_build.h
|
||||||
|
|
||||||
|
8
buildconf.bat
Normal file
8
buildconf.bat
Normal file
@ -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
|
||||||
|
|
Reference in New Issue
Block a user