Commit cc021fc2 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fix redefine warning when build from CVS.

parent e6aed927
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5,7 +5,10 @@ REM $Date$

REM create ca-bundle.h
echo /* This file is generated automatically */ >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