2004-02-26 16:13:13 +00:00
|
|
|
@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
|
2007-01-26 20:00:55 +00:00
|
|
|
echo #ifndef CURL_CA_BUNDLE >>lib\ca-bundle.h
|
|
|
|
echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h
|
|
|
|
echo #endif >>lib\ca-bundle.h
|
|
|
|
|
2004-02-26 16:13:13 +00:00
|
|
|
|
|
|
|
REM create hugehelp.c
|
|
|
|
copy src\hugehelp.c.cvs src\hugehelp.c
|
|
|
|
|
|
|
|
REM create Makefile
|
|
|
|
copy Makefile.dist Makefile
|