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.
52 lines
1.0 KiB
52 lines
1.0 KiB
!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
|
|
|