On 4 October 2013 16:31, Joerg Mayer <[email protected]> wrote: > Hello, > > I just looked at the zlib and portaudio packages from the win32 and win64 > packages and it looks like all 4 are source only (no libs and no include > dir). > Is this intentional or did I just miss something? > > zlib is compiled by nmake. This is because the pre-built dll's may be linked with the wrong msvcrt dll, so a local compile avoids all that. The source dir is copied to zlib.tmp, compiled and then zlib.tmp is removed.
I don't know about portaudio, but as config.nmake defines some CFLAGS for it I suspect it gets compiled locally as well.
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
