Devcpp now includes libz.a, which is pretty convenient. The only problem is that the version they include targets a dll (libz.dll), which isn't included in the distribution. I have already compiled a version of libz that i would like to link instead of the supplied version; can i do this without overwriting the one in the devcpp lib directory? There seems to be no way to inject a lib dir earlier in the compilation line. Help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Devcpp now includes libz.a, which is pretty convenient. The only problem is that the version they include targets a dll (libz.dll), which isn't included in the distribution. I have already compiled a version of libz that i would like to link instead of the supplied version; can i do this without overwriting the one in the devcpp lib directory? There seems to be no way to inject a lib dir earlier in the compilation line. Help!