I use cmake to create makefiles for a C++ project. One of the target links 
<br>
is just called &#39;z&#39;:<br>
<br>
TARGET_LINK_LIBRARIES(z  ...<br>
<br>
When I try to 
compile the code (Visual Studio 2008) I get:<br>
<br>
LINK : fatal error LNK1104: cannot open file 
&#39;z.lib&#39;<br>
<br>
I have tried to download zlib for windows and point to the zlib 
.lib files <br>
from VS 2008 but that is not what it want. What is &#39;z&#39;?