mirror of https://github.com/lianthony/NT4.0
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.
34 lines
678 B
34 lines
678 B
!IF 0
|
|
|
|
Copyright (c) 1989-1995 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=pclxl
|
|
|
|
TARGETNAME=xldrv
|
|
TARGETTYPE=GDI_DRIVER
|
|
TARGETPATH=obj
|
|
TARGETLIBS=..\lib\km\obj\*\xllib.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\libcntpr.lib
|
|
|
|
INCLUDES=.;..\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE
|
|
|
|
SOURCES= winddi.c \
|
|
text.c \
|
|
font.c \
|
|
path.c \
|
|
bitmap.c \
|
|
print.c \
|
|
escape.c \
|
|
xlproc.c \
|
|
spool.c \
|
|
utility.c \
|
|
xldrv.rc
|
|
|
|
PRECOMPILED_INCLUDE=xldrv.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|