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.

33 lines
631 B

  1. TARGETNAME=nwlnkspx
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=$(C_DEFINES) -D_NTDRIVER_ -D_PNP_POWER=1 -D_PNP_POWER_=1
  5. PRECOMPILED_INCLUDE=precomp.h
  6. NT_UP=0
  7. TARGETLIBS=\
  8. $(DDK_LIB_PATH)\ndis.lib \
  9. $(DDK_LIB_PATH)\tdi.lib
  10. INCLUDES=..\inc;$(BASE_INC_PATH)
  11. SOURCES=\
  12. globals.c \
  13. nwlnkspx.rc \
  14. spxaddr.c \
  15. spxbind.c \
  16. spxconn.c \
  17. spxcpkt.c \
  18. spxcutil.c \
  19. spxdev.c \
  20. spxdrvr.c \
  21. spxerror.c \
  22. spxmem.c \
  23. spxpkt.c \
  24. spxquery.c \
  25. spxrecv.c \
  26. spxreg.c \
  27. spxsend.c \
  28. spxtimer.c \
  29. spxutils.c