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.

27 lines
594 B

  1. TARGETNAME=wanarp
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=-DNT=1 -D_PNP_POWER_=1 -DNDIS40=1 -DALLOCATEIRPS=1 \
  5. -DRCV_PKT=0 -DNDISBUFFERISMDL=1 -DP2MP=1 -DREF_DEBUG=0 -DPROFILE=0 \
  6. -DL2TP_DBG=0 -DSINGLE_ADAPTER=1 -DLIST_DBG=0
  7. TARGETLIBS=\
  8. $(DDK_LIB_PATH)\ndis.lib \
  9. $(DDK_LIB_PATH)\tdi.lib \
  10. $(DDK_LIB_PATH)\tcpip.lib
  11. INCLUDES=..\..\inc
  12. SOURCES=\
  13. adapter.c \
  14. bpdummy.c \
  15. conn.c \
  16. dbgdummy.c \
  17. driver.c \
  18. guid.c \
  19. info.c \
  20. ioctl.c \
  21. rcv.c \
  22. send.c \
  23. wanarp.rc