The Win32 port of libpcap requires that programs with which it's built
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Apr 2000 08:22:13 +0000 (08:22 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Apr 2000 08:22:13 +0000 (08:22 +0000)
commit94ab7f59d42be20ad7cc0b79c046e0cc737f7dbd
treebc9a6faffec2aaeb2aa9f42f5548bfd1138d6d3c
parent31fc0f5669be443c88aef3f8b127a31e7de5b287
The Win32 port of libpcap requires that programs with which it's built
be built as multi-threaded programs; add "/MT" to the list of compiler
flags.

Add "clean" rules in subdirectories, and run subdirectory "nmake -f
Makefile.nmake clean" when "nmake -f Makefile.nmake clean" is done in
the top-level directory, so that "nmake -f Makefile.nmake clean" cleans
everything up.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1791 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.nmake
gtk/Makefile.nmake
wiretap/Makefile.nmake