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.

28 lines
610 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. $(DS_LIB_PATH)\rsa32.lib
  10. INCLUDES=..\nt;\
  11. $(DS_INC_PATH);\
  12. $(DS_INC_PATH)\crypto;
  13. SOURCES=\
  14. bpool.c \
  15. call.c \
  16. control.c \
  17. debug.c \
  18. miniport.c \
  19. raspptp.c \
  20. tapi.c \
  21. raspptp.rc
  22. RUN_WPP= raspptp.c call.c control.c tapi.c debug.c -km -func:WPLOG(LEVEL,FLAGS,(MSG,...))