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

43 lines
909 B
Plaintext

!IF 0
Copyright (c) 1996 - 1999 Microsoft Corporation
!ENDIF
!ifndef PRNROOT
PRNROOT=$(MAKEDIR:\unidrv2\font=)
!endif
!include $(PRNROOT)\print.inc
TARGETNAME=font
TARGETPATH=obj$(BUILD_ALT_DIR)
TARGETTYPE=LIBRARY
SOURCES = intrface.c \
fminit.c \
ctt2rle.c \
fontddi.c \
qeryfont.c \
fonts.c \
qfontdat.c \
qfontree.c \
fntmanag.c \
qadvwdth.c \
posnsort.c \
fontfree.c \
newfonts.c \
oldfonts.c \
dlutils.c \
bmpdload.c \
dloadpcl.c \
download.c \
fmcallbk.c \
fmtxtout.c \
truetype.c \
fmdebug.c
INCLUDES=$(INCLUDES);..\..\unidrv2\inc
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE