this works like buildconf + configure does on unixes
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Feb 2004 16:13:13 +0000 (16:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Feb 2004 16:13:13 +0000 (16:13 +0000)
buildconf.bat [new file with mode: 0644]

diff --git a/buildconf.bat b/buildconf.bat
new file mode 100644 (file)
index 0000000..fb26a0b
--- /dev/null
@@ -0,0 +1,17 @@
+@echo off\r
+REM set up a CVS tree to build when there's no autotools\r
+REM $Revision$\r
+REM $Date$\r
+\r
+REM create ca-bundle.h\r
+echo /* This file is generated automatically */ >lib\ca-bundle.h\r
+echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h\r
+\r
+REM create getdate.c\r
+copy lib\getdate.c.cvs lib\getdate.c\r
+\r
+REM create hugehelp.c\r
+copy src\hugehelp.c.cvs src\hugehelp.c\r
+\r
+REM create Makefile\r
+copy Makefile.dist Makefile
\ No newline at end of file