1 ===============================================================================
3 ===============================================================================
5 The is a modified curl to compile against the tinycrt. The following is the
6 description of the modified directory layout:
8 src\ the original source files necessary to build the library
9 inc\ the original public header files
11 curl.vcproj the visual studio 9 project file
13 All unecessary files were striped.
15 Every time the curl is updated against the official sources, the tree is left
16 exactly like the original, in the following commit we strip the tree to suit
17 the needs for the build and include the visual studio project file and this
18 readme and finally in the following commits we make necessary source code
21 ///////////////////////////////////////////////////////////////////////////////