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.
22 lines
460 B
22 lines
460 B
TARGETNAME=buggy
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=DRIVER
|
|
|
|
INCLUDES=..\inc; \
|
|
$(BASEDIR)\private\ntos\inc
|
|
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\libcmt.lib
|
|
|
|
SOURCES= tdriver.c \
|
|
newstuff.c \
|
|
bugcheck.c \
|
|
physmem.c \
|
|
ContMem.c \
|
|
SectMap.c \
|
|
tracedb.c \
|
|
mmtests.c \
|
|
MapView.c \
|
|
locktest.c \
|
|
deadlock.c \
|
|
ResrvMap.c \
|
|
version.rc
|