mirror of
https://github.com/curl/curl.git
synced 2026-05-21 12:56:22 +03:00
8 lines
158 B
Batchfile
8 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
|
|
|