51 lines
876 B
Plaintext
51 lines
876 B
Plaintext
!if 0
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
!endif
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\tools\kdexts=)
|
|
!endif
|
|
|
|
!ifndef ICMROOT
|
|
ICMROOT=$(BASEDIR)\private\ntos\w32\ntgdi\icm
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
TARGETNAME=prnkdx
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_NTDLL=1
|
|
|
|
INCLUDES=.;$(INCLUDES);$(PRNROOT);$(PRNROOT)\inc;$(PRNROOT)\unidrv2\inc;$(ICMROOT)\inc
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),ttkdx
|
|
|
|
NTTARGETFILES=prnkdx.def
|
|
|
|
SOURCES=\
|
|
prnkdx.c \
|
|
help.c \
|
|
memdump.c \
|
|
psdev.c \
|
|
psdm.c \
|
|
dm.c \
|
|
prndata.c \
|
|
uiinfo.c \
|
|
ppddata.c \
|
|
unidev.c \
|
|
unifont2.c \
|
|
unidm.c \
|
|
gpddata.c \
|
|
prnkdx.rc
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|