diff options
Diffstat (limited to 'Build/source/libs/curl/include/README')
-rw-r--r-- | Build/source/libs/curl/include/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/libs/curl/include/README b/Build/source/libs/curl/include/README new file mode 100644 index 00000000000..ed2a7e54d91 --- /dev/null +++ b/Build/source/libs/curl/include/README @@ -0,0 +1,15 @@ + _ _ ____ _ + ___| | | | _ \| | + / __| | | | |_) | | + | (__| |_| | _ <| |___ + \___|\___/|_| \_\_____| + +Include files for libcurl, external users. + +They're all placed in the curl subdirectory here for better fit in any kind +of environment. You should include files from here using... + + #include <curl/curl.h> + +... style and point the compiler's include path to the directory holding the +curl subdirectory. It makes it more likely to survive future modifications. |