1 ===============================================================================
3 ===============================================================================
5 The is a modified zlib 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 zlib.vcproj the visual studio 9 project file
13 Every time the zlib is updated against the official sources, the tree is left
14 exactly like the original, in the following commit we strip the tree to suit
15 the needs for the build and include the visual studio project file and this
16 readme and finally in the following commits we make necessary source code
19 ///////////////////////////////////////////////////////////////////////////////