Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
311 B

  1. TARGETNAME=tcpxlib
  2. TARGETPATH=obj
  3. C_DEFINES=$(C_DEFINES) -DNT -D_NTDRIVER_ -DNDIS40=1
  4. UMTYPE=windows
  5. USE_CRTDLL=1
  6. INCLUDES=\
  7. ..\..\inc;\
  8. ..\..\..\inc;\
  9. ..\..\..\ipv4;\
  10. ..\..\..\tcp;\
  11. $(BASE_INC_PATH);$(DDK_INC_PATH)
  12. SOURCES=\
  13. ipdump.c \
  14. tcpdump.c \
  15. util.c