2025-04-27 07:49:33 -04:00

35 lines
631 B
Plaintext

!include ..\utils.mk
# component
MINORCOMP=common
# target
TARGETNAME=utils
TARGETTYPE=LIBRARY
SOURCES=\
main.c \
dbgtrack.c \
basemem.c \
unicode.c \
strings.c \
log.c \
growbuf.c \
growlist.c \
poolmem.c \
hash.c \
basefile.c \
version.c \
exclist.c \
blobs.c \
objstr.c \
wnd.c \
# precompiled header options (x86-only)
PRECOMPILED_OPTION=/Yupch.h /Fp..\pch\obj\*\pch.pch
PRECOMPILED_TARGET=..\pch\obj\*\pch.pch