diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:33 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:33 -0700 |
| commit | 0484693e1723bbab791c56f95597bd7dbe867d03 (patch) | |
| tree | 8f31dbed98b4390da74a90b484f2accf8f8a3a8e /contrib/vstudio | |
| parent | 9811b53dd9e8f67015c7199fff12b5bfc6965330 (diff) | |
| download | zlib-1.2.2.2.tar.gz zlib-1.2.2.2.tar.bz2 zlib-1.2.2.2.zip | |
zlib 1.2.2.2v1.2.2.2
Diffstat (limited to 'contrib/vstudio')
| -rw-r--r-- | contrib/vstudio/readme.txt | 2 | ||||
| -rw-r--r-- | contrib/vstudio/vc7/zlib.rc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/vstudio/readme.txt b/contrib/vstudio/readme.txt index 3a4b85c..e709d1b 100644 --- a/contrib/vstudio/readme.txt +++ b/contrib/vstudio/readme.txt | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Building instructions for the DLL versions of Zlib 1.21 | 1 | Building instructions for the DLL versions of Zlib 1.2.x |
| 2 | ======================================================= | 2 | ======================================================= |
| 3 | 3 | ||
| 4 | This directory contains projects that build zlib and minizip using | 4 | This directory contains projects that build zlib and minizip using |
diff --git a/contrib/vstudio/vc7/zlib.rc b/contrib/vstudio/vc7/zlib.rc index cb779f7..d35cef0 100644 --- a/contrib/vstudio/vc7/zlib.rc +++ b/contrib/vstudio/vc7/zlib.rc | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | #define IDR_VERSION1 1 | 3 | #define IDR_VERSION1 1 |
| 4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | 4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE |
| 5 | FILEVERSION 1,2,2,1 | 5 | FILEVERSION 1,2,2,2 |
| 6 | PRODUCTVERSION 1,2,2,1 | 6 | PRODUCTVERSION 1,2,2,2 |
| 7 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | 7 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK |
| 8 | FILEFLAGS 0 | 8 | FILEFLAGS 0 |
| 9 | FILEOS VOS_DOS_WINDOWS32 | 9 | FILEOS VOS_DOS_WINDOWS32 |
| @@ -17,7 +17,7 @@ BEGIN | |||
| 17 | 17 | ||
| 18 | BEGIN | 18 | BEGIN |
| 19 | VALUE "FileDescription", "zlib data compression library\0" | 19 | VALUE "FileDescription", "zlib data compression library\0" |
| 20 | VALUE "FileVersion", "1.2.2.1\0" | 20 | VALUE "FileVersion", "1.2.2.2\0" |
| 21 | VALUE "InternalName", "zlib\0" | 21 | VALUE "InternalName", "zlib\0" |
| 22 | VALUE "OriginalFilename", "zlib.dll\0" | 22 | VALUE "OriginalFilename", "zlib.dll\0" |
| 23 | VALUE "ProductName", "ZLib.DLL\0" | 23 | VALUE "ProductName", "ZLib.DLL\0" |
