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.
28 lines
544 B
28 lines
544 B
MAJORCOMP=ntos
|
|
MINORCOMP=cache
|
|
|
|
TARGETNAME=cache
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=obj
|
|
|
|
INCLUDES=..;..\..\inc
|
|
|
|
SOURCES=..\cachedat.c \
|
|
..\cachesub.c \
|
|
..\copysup.c \
|
|
..\fssup.c \
|
|
..\lazyrite.c \
|
|
..\logsup.c \
|
|
..\mdlsup.c \
|
|
..\pinsup.c \
|
|
..\prefboot.c \
|
|
..\prefetch.c \
|
|
..\prefparm.c \
|
|
..\ccperf.c \
|
|
..\vacbsup.c
|
|
|
|
PRECOMPILED_INCLUDE=..\cc.h
|
|
PRECOMPILED_PCH=cc.pch
|
|
PRECOMPILED_OBJ=cc.obj
|
|
|
|
SOURCES_USED=..\sources.inc
|