Leaked source code of windows server 2003
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.
|
|
!IF 0
Copyright (c) 1989 Microsoft Corporation
Sources file for PostScript UI
!ENDIF
!ifndef PRNROOT PRNROOT=$(MAKEDIR:\driverui\ps=) !endif
!include ..\sources.inc
!ifndef ADOBE
!ifdef WINNT_40 TARGETNAME=ps4ui !else TARGETNAME=ps5ui !endif #WINNT_40
!else #ADOBE
TARGETNAME=AdobePSu
!endif #ADOBE
!ifdef WINNT_40
!ifndef ADOBE DLLBASE=@$(COFFBASE_TXT_FILE),ps4ui !else DLLBASE=@$(COFFBASE_TXT_FILE),pscrptui !endif #ADOBE
!endif #WINNT_40
TARGETLIBS=\ $(SDK_LIB_PATH)\uuid.lib \ $(PRNROOT)\lib\ps\um\$(O)\pslib.lib \ $(PRNROOT)\parsers\ppd\um\$(O)\ppd.lib \ $(TARGETLIBS)
!ifndef WINNT_40
!ifndef BUILD_FROM_DDK TARGETLIBS=\ $(WINDOWS_LIB_PATH)\user32p.lib \ $(TARGETLIBS) !endif
!endif #WINNT_40
C_DEFINES=$(C_DEFINES) -DPSCRIPT
SOURCES=ps.c psoemhlp.c custsize.c $(SOURCES)
|