mirror of
https://github.com/curl/curl.git
synced 2026-05-14 13:36:19 +03:00
fix redefine warning when build from CVS.
This commit is contained in:
parent
e6aed92742
commit
cc021fc200
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@ 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
|
||||
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
|
||||
|
||||
|
||||
REM create hugehelp.c
|
||||
copy src\hugehelp.c.cvs src\hugehelp.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue