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

29 lines
425 B
Plaintext

!IF 0
Copyright (c) 1996 - 1999 Microsoft Corporation
!ENDIF
!ifndef PRNROOT
PRNROOT=$(MAKEDIR:\unidrv2\render=)
!endif
!include $(PRNROOT)\print.inc
TARGETNAME=raster
TARGETPATH=obj
TARGETTYPE=LIBRARY
SOURCES = \
raster.c \
render.c \
compress.c \
transpos.c \
stretch.c \
rules.c \
whiteskp.c
INCLUDES=$(INCLUDES);..\inc
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE