blob: 515256c12efe82a320af938ce2b09e5b905ab71a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@echo off
REM set up a CVS tree to build when there's no autotools
REM $Revision$
REM $Date$
REM create hugehelp.c
copy src\hugehelp.c.cvs src\hugehelp.c
REM create Makefile
copy Makefile.dist Makefile
REM create curlbuild.h
copy include\curl\curlbuild.h.dist include\curl\curlbuild.h
|