Source code of Windows XP (NT5)
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.

22 lines
347 B

  1. TARGETNAME=raspptp
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=$(C_DEFINES) -DNT -DNDIS_MINIPORT_DRIVER -DNDIS40_MINIPORT
  5. TARGETLIBS=\
  6. $(DDK_LIB_PATH)\ndis.lib \
  7. $(DDK_LIB_PATH)\tdi.lib \
  8. ..\nt\$(O)\pptpnt.lib
  9. INCLUDES=..\nt
  10. SOURCES=\
  11. bpool.c \
  12. call.c \
  13. control.c \
  14. debug.c \
  15. miniport.c \
  16. raspptp.c \
  17. tapi.c \
  18. raspptp.rc