I think zlib1.lib is the same as zlib.lib. From the USAGE.txt file (in the archive from
http://www.zlib.net/zlib123.zip):
Installing ZLIB1.DLL
====================
Copy ZLIB1.DLL to the SYSTEM or the SYSTEM32 directory.
Using ZLIB1.DLL with Microsoft Visual C++
=========================================
1. Install the supplied header files "zlib.h" and "zconf.h"
into a directory found in the INCLUDE path list.
2. Install the supplied library files "zdll.exp" and "zdll.lib"
into a directory found in the LIB path list.
3. Add "zdll.exp" or "zdll.lib" to your project.
Notes:
- Usually, you don't need both the .exp file and the .lib file.
- If you wish, you may rename "zdll.exp" to "zlib1.exp", and/or
rename "zdll.lib" to "zlib1.lib".