reset
[git-build-vc9.git] / zlib / readme.txt
blobd29fca7108bec27ba3caa5c91c35cac9d91ec2a0
1 ===============================================================================
2     zlib 1.2.3
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
10 readme.txt      this file
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
17 modifications.
19 ///////////////////////////////////////////////////////////////////////////////