From: Daniel Stenberg Date: Thu, 26 Feb 2004 16:13:13 +0000 (+0000) Subject: this works like buildconf + configure does on unixes X-Git-Tag: curl-7_11_1~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a4ca9bc82c4dbf4f3abaa6ff63bb832fa1bd03;p=thirdparty%2Fcurl.git this works like buildconf + configure does on unixes --- diff --git a/buildconf.bat b/buildconf.bat new file mode 100644 index 0000000000..fb26a0b812 --- /dev/null +++ b/buildconf.bat @@ -0,0 +1,17 @@ +@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 getdate.c +copy lib\getdate.c.cvs lib\getdate.c + +REM create hugehelp.c +copy src\hugehelp.c.cvs src\hugehelp.c + +REM create Makefile +copy Makefile.dist Makefile \ No newline at end of file