mirror of https://github.com/tongzx/nt5src
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.
25 lines
493 B
25 lines
493 B
MAJORCOMP=ntos
|
|
MINORCOMP=memcard
|
|
|
|
TARGETNAME=memcard
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
INCLUDES=$(BASEDIR)\private\ntos\inc
|
|
|
|
SOURCES= \
|
|
memcard.rc \
|
|
debug.c \
|
|
io.c \
|
|
ioctl.c \
|
|
memcard.c \
|
|
mtd.c \
|
|
pnp.c \
|
|
power.c \
|
|
utils.c
|
|
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
PRECOMPILED_PCH=pch.pch
|
|
PRECOMPILED_OBJ=pch.obj
|