Leaked source code of windows server 2003
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
518 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