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

53 lines
1.0 KiB
Plaintext

!IF 0
Copyright (c) 1996 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
!ENDIF
!ifndef PRNROOT
PRNROOT=$(MAKEDIR:\unidrv2\vector\pclxl=)
!endif
!include $(PRNROOT)\print.inc
TARGETNAME=pclxl
TARGETPATH=obj
TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUSERMODE_DRIVER -DUNICODE \
-DBRUSHDBG=3 \
-DBITMAPDBG=3 \
-DGSTATEDBG=3 \
-DOUTPUTDBG=3 \
-DTRUETYPEDBG=3
INCLUDES=$(INCLUDES);..\..\inc;..\inc
PRIVINCS=
SOURCES=xlvminit.cpp \
xlddi.cpp \
pclxl.cpp \
pclxlcmd.cpp \
bmpcvt.cpp \
xloutput.cpp \
text.cpp \
xlenable.cpp \
pclxlcmn.cpp \
truetype.cpp \
gstate.cpp \
raster.cpp