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.
 
 
 
 
 
 

23 lines
360 B

TARGETNAME=atmarps
TARGETPATH=obj
TARGETTYPE=DRIVER
C_DEFINES=-DNT -DNDIS50
PRECOMPILED_INCLUDE=precomp.h
TARGETLIBS=\
$(DDK_LIB_PATH)\ndis.lib \
$(DDK_LIB_PATH)\tdi.lib
INCLUDES=$(BASE_INC_PATH)
SOURCES=\
arps.c \
arps.rc \
data.c \
ioctl.c \
mars.c \
ndis.c \
registry.c \
timer.c \
util.c