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
291 B
14 lines
291 B
|
|
TARGETNAME=acpisim
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER_LIBRARY
|
|
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
|
|
SOURCES=acpisim.c \
|
|
dispatch.c \
|
|
util.c
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\oprghdlr.lib
|
|
|
|
INCLUDES= $(DDK_INC_PATH)\wdm;$(DDK_INC_PATH)\wdm\inc;..\inc
|