mirror of
https://github.com/moparisthebest/curl
synced 2024-11-08 02:25:06 -05:00
9 lines
158 B
Batchfile
9 lines
158 B
Batchfile
@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
|
|
|