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.
14 lines
289 B
14 lines
289 B
TARGETNAME=ntapm
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
INCLUDES=$(BASE_INC_PATH);$(HALKIT_INC_PATH)
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
|
|
SOURCES=
|
|
|
|
i386_SOURCES=i386\ntapm.c \
|
|
i386\apm.c \
|
|
i386\apmpnp.c \
|
|
ntapmlog.mc \
|
|
ntapm.rc
|