windows-nt/Source/XPSP1/NT/windows/winstate/cobra/utils/memdb/sources
2020-09-26 16:20:57 +08:00

30 lines
485 B
Plaintext

!include ..\utils.mk
# component
MINORCOMP=common
# target
TARGETNAME=memdb
TARGETTYPE=LIBRARY
# compiler options
SOURCES=\
memdb.c \
memdbfile.c \
memdbutil.c \
bintree.c \
hash.c \
keystruct.c \
keydata.c \
keyfind.c \
database.c \
offsetbuf.c \
pastring.c \
# pre-compiled header
PRECOMPILED_OPTION=/Yupch.h /Fp..\pch\$(O)\pch.pch
PRECOMPILED_TARGET=..\pch\$(O)\pch.pch