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.

20 lines
435 B

  1. TARGETNAME=pxkd
  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. pxext.c \
  13. pxext.rc
  14. NTTARGETFILE0=pxext.def dsotable.c pxext.pph