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.
34 lines
661 B
34 lines
661 B
TARGETNAME=sdbus
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
INCLUDES=..\inc
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
PRECOMPILED_PCH=pch.pch
|
|
PRECOMPILED_OBJ=pch.obj
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
SOURCES=sdbus.rc \
|
|
activate.c \
|
|
card.c \
|
|
data.c \
|
|
debug.c \
|
|
dispatch.c \
|
|
enum.c \
|
|
fdopnp.c \
|
|
interupt.c \
|
|
intrface.c \
|
|
pdopnp.c \
|
|
power.c \
|
|
registry.c \
|
|
sdbus.c \
|
|
toshiba.c \
|
|
utils.c \
|
|
wake.c \
|
|
workeng.c \
|
|
workproc.c
|