mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
13 lines
304 B
Batchfile
13 lines
304 B
Batchfile
@echo off
|
|
REM set up a CVS tree to build when there's no autotools
|
|
REM $Revision$
|
|
REM $Date$
|
|
|
|
REM create ca-bundle.h
|
|
echo /* This file is generated automatically */ >lib\ca-bundle.h
|
|
|
|
REM create hugehelp.c
|
|
copy src\hugehelp.c.cvs src\hugehelp.c
|
|
|
|
REM create Makefile
|
|
copy Makefile.dist Makefile |