On UN*X, the file names for libraries begin with "lib" - the linkers all look 
for "libfoo.*" if you link with "-lfoo".

On Windows, that's not the case.

Is there any reason for us to put "lib" at the beginning of the file names for 
the wsutil, wiretap, wireshark, etc. libraries?  I infer from

        https://code.wireshark.org/review/2957

that CMake might, by default, not put "lib" there, requiring us to, in the 
CMake build, force it to be there on Windows by adding some stuff to the 
CMakeLists.txt files.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to