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.
31 lines
743 B
31 lines
743 B
|
|
TARGETNAME=softpci
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=..\..\bin
|
|
|
|
BINPLACE_PLACEFILE=..\..\placefil.txt
|
|
|
|
INCLUDES= \
|
|
$(BASE_INC_PATH); \
|
|
$(BASEDIR)\base\ntos\inc; \
|
|
$(DDK_INC_PATH); \
|
|
$(DDK_INC_PATH)\wdm; \
|
|
..\..\inc;
|
|
|
|
SOURCES= \
|
|
init.c \
|
|
dispatch.c \
|
|
pnpdispatch.c \
|
|
device.c \
|
|
Ioctldispatch.c \
|
|
power.c \
|
|
utils.c \
|
|
pcipath.c \
|
|
debug.c \
|
|
softpci.rc
|
|
|
|
MSC_WARNING_LEVEL=/W4
|
|
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
PRECOMPILED_PCH=local.pch
|
|
RECOMPILED_OBJ=local.obj
|