]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Define HAVE_PCAP_DUMP_FLUSH, as the current CVS version of WinPcap has
authorguy <guy>
Sun, 22 Dec 2002 21:26:22 +0000 (21:26 +0000)
committerguy <guy>
Sun, 22 Dec 2002 21:26:22 +0000 (21:26 +0000)
it.

Add "print-ldp.o" to the list of object files to link into WinDump.

win32/prj/WinDump.dsp

index 4ba1527eef8dd9d65107645fb3977b5706917225..22dc32f5fdc42b08f15e9868d620a6861f54879f 100644 (file)
@@ -42,7 +42,7 @@ RSC=rc.exe
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /I "../../../winpcap/wpcap/libpcap/bpf" /I "../../../winpcap/wpcap/libpcap" /I "../../../winpcap/wpcap/libpcap/Win32/Include" /I "../../../winpcap/wpcap/libpcap/Win32/Include/net" /I "../../Win32/Include" /I "../../linux-Include" /I "../../lbl" /I "../../" /I "../../../winpcap/wpcap/win32-extensions" /D "NDEBUG" /D HAVE_ADDRINFO=1 /D HAVE_PCAP_FINDALLDEVS=1 /D "_CONSOLE" /D "__STDC__" /D "INET6" /D "WIN32" /D "_MBCS" /D SIZEOF_CHAR=1 /D SIZEOF_SHORT=2 /D SIZEOF_INT=4 /D "WPCAP" /YX /FD /c
+# ADD CPP /nologo /W3 /GX /O2 /I "../../../winpcap/wpcap/libpcap/bpf" /I "../../../winpcap/wpcap/libpcap" /I "../../../winpcap/wpcap/libpcap/Win32/Include" /I "../../../winpcap/wpcap/libpcap/Win32/Include/net" /I "../../Win32/Include" /I "../../linux-Include" /I "../../lbl" /I "../../" /I "../../../winpcap/wpcap/win32-extensions" /D "NDEBUG" /D HAVE_ADDRINFO=1 /D HAVE_PCAP_FINDALLDEVS=1 /D HAVE_PCAP_DUMP_FLUSH=1 /D "_CONSOLE" /D "__STDC__" /D "INET6" /D "WIN32" /D "_MBCS" /D SIZEOF_CHAR=1 /D SIZEOF_SHORT=2 /D SIZEOF_INT=4 /D "WPCAP" /YX /FD /c
 # ADD BASE RSC /l 0x410 /d "NDEBUG"
 # ADD RSC /l 0x410 /d "NDEBUG"
 BSC32=bscmake.exe
@@ -285,6 +285,10 @@ SOURCE="..\..\print-lane.c"
 # End Source File
 # Begin Source File
 
+SOURCE="..\..\print-ldp.c"
+# End Source File
+# Begin Source File
+
 SOURCE="..\..\print-llc.c"
 # End Source File
 # Begin Source File