ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Compiling Wireshark for Win32

From: Gisle Vanem <gvanem@xxxxxxxxxxxx>
Date: Fri, 12 Aug 2011 12:37:56 +0200
"Helge Kruse" <Helge.Kruse-nospam@xxxxxxx> wrote:

Why do you try to compile at all when you only need the import library?
It's generated with a one-liner:

link /dll /out:libwireshark.dll /def:libwireshark.def /implib:libwireshark.lib >nul

Does it? Where are the .obj files in this command?

--gv