9 lines
166 B
Batchfile
9 lines
166 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
|
||
|
|