mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
11 lines
214 B
Batchfile
11 lines
214 B
Batchfile
@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
|