fixed segfault when compiled with MingW32 and cmd or command shell.

This commit is contained in:
Gunter Knauf
2007-01-29 00:51:02 +00:00
parent 1f4c8c4f09
commit ddace02efe
3 changed files with 7 additions and 6 deletions

View File

@@ -5,10 +5,6 @@ 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