Make the zlib compile against the tinycrt library.
[git-build-vc9.git] / curl / readme.txt
blobc217ff7e729ae9c8f73484281c81e38421b9b24b
1 ===============================================================================
2     curl 7.19.0
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
10 readme.txt      this file
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
19 modifications.
21 ///////////////////////////////////////////////////////////////////////////////