mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
this works like buildconf + configure does on unixes
This commit is contained in:
parent
9b6350d0b0
commit
b6a4ca9bc8
17
buildconf.bat
Normal file
17
buildconf.bat
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user