mirror of https://github.com/moparisthebest/curl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
376 B
14 lines
376 B
@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 |
|
echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h |
|
|
|
REM create hugehelp.c |
|
copy src\hugehelp.c.cvs src\hugehelp.c |
|
|
|
REM create Makefile |
|
copy Makefile.dist Makefile |