mirror of https://github.com/tongzx/nt5src
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.
27 lines
497 B
27 lines
497 B
TARGETNAME=atmsmdrv
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
|
|
|
|
|
|
C_DEFINES=-DNDIS50
|
|
|
|
INCLUDES=..\inc;..\..\..\inc
|
|
|
|
SOURCES= \
|
|
atmsmdrv.c \
|
|
adapter.c \
|
|
atmsmdbg.c \
|
|
callmgr.c \
|
|
globals.c \
|
|
misc.c \
|
|
ioctl.c \
|
|
request.c \
|
|
sendrecv.c \
|
|
atmsmdrv.rc
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|