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.

48 lines
799 B

  1. TARGETNAME=nbf
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=-DRASAUTODIAL -DNDIS40 -D_PNP_POWER_ -DNDIS_POOL_TAGGING=1 -DPKT_LOG=0
  5. PRECOMPILED_INCLUDE=precomp.h
  6. TARGETLIBS=\
  7. $(DDK_LIB_PATH)\ndis.lib \
  8. $(DDK_LIB_PATH)\tdi.lib
  9. MISCFILES=NetBEUI.txt
  10. INCLUDES=
  11. SOURCES=\
  12. action.c \
  13. address.c \
  14. autodial.c \
  15. connect.c \
  16. connobj.c \
  17. devctx.c \
  18. dlc.c \
  19. event.c \
  20. framecon.c \
  21. framesnd.c \
  22. iframes.c \
  23. info.c \
  24. link.c \
  25. linktree.c \
  26. nbf.rc \
  27. nbfcnfg.c \
  28. nbfdebug.c \
  29. nbfdrvr.c \
  30. nbflog.c \
  31. nbfmac.c \
  32. nbfndis.c \
  33. nbfpnp.c \
  34. packet.c \
  35. rcv.c \
  36. rcveng.c \
  37. request.c \
  38. send.c \
  39. sendeng.c \
  40. spnlckdb.c \
  41. timer.c \
  42. uframes.c