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.

19 lines
442 B

  1. TARGETNAME=l2tp
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES=$(C_DEFINES) -DKERNEL -DNT -DNDIS_MINIPORT_DRIVER -DNDIS50 \
  5. -DNDIS50_MINIPORT -DBINARY_COMPATIBLE=0
  6. USE_NTDLL=1
  7. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
  8. INCLUDES=..;..\..\..\inc;$(BASE_INC_PATH);$(DDK_INC_PATH);$(WINDOWS_INC_PATH)
  9. SOURCES=\
  10. dsotable.c \
  11. kdexts.c \
  12. l2tpext.c \
  13. l2tpext.rc
  14. NTTARGETFILE0=l2tpext.def dsotable.c l2tpext.pph