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.
19 lines
308 B
19 lines
308 B
TARGETNAME=SerEnum
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
|
|
SOURCES= pnp.c \
|
|
enum.c \
|
|
serenum.rc \
|
|
serenum.c \
|
|
string.c \
|
|
power.c \
|
|
log.c
|
|
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
PRECOMPILED_PCH=pch.pch
|
|
PRECOMPILED_OBJ=pch.obj
|
|
|
|
|