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.
26 lines
582 B
26 lines
582 B
TARGETNAME=hpsim
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=..\..\bin
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
INCLUDES=..\..\inc; \
|
|
$(PROJECT_ROOT)\ntos\inc;
|
|
|
|
BINPLACE_PLACEFILE=..\..\placefil.txt
|
|
|
|
PASS0_SOURCEDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
|
|
SOURCES= \
|
|
hps.rc \
|
|
msg.mc \
|
|
config.c \
|
|
dispatch.c \
|
|
intrface.c \
|
|
interrupt.c \
|
|
memory.c \
|
|
register.c \
|
|
lower.c \
|
|
shpcmasks.c \
|
|
wmi.c
|