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

TARGETNAME=pxkd
TARGETPATH=obj
TARGETTYPE=DYNLINK
C_DEFINES=$(C_DEFINES) -DKERNEL -DNT -DNDIS_MINIPORT_DRIVER -DNDIS50 \
-DNDIS50_MINIPORT -DBINARY_COMPATIBLE=0
USE_NTDLL=1
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
INCLUDES=..;..\..\..\inc;$(BASE_INC_PATH);$(DDK_INC_PATH);$(WINDOWS_INC_PATH)
SOURCES=\
dsotable.c \
kdexts.c \
pxext.c \
pxext.rc
NTTARGETFILE0=pxext.def dsotable.c pxext.pph