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.
43 lines
775 B
43 lines
775 B
!IF 0
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\lib\ufl\source=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
|
|
SOURCES=UFLSProc.c \
|
|
UFLMem.c \
|
|
UFL.c \
|
|
UFLStrm.c \
|
|
UFOT42.c \
|
|
UFO.c \
|
|
UFOttt1.c \
|
|
UFOttt3.c \
|
|
UFOCff.c \
|
|
ParseTT.c \
|
|
goodname.c
|
|
|
|
|
|
TARGETNAME=ufl
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
!if defined(WINNT_40) || defined(KM_DRIVER)
|
|
|
|
INCLUDES=$(INCLUDES);..\CONFIG\KINTELNT;..\API;..\..\XCF
|
|
|
|
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DSTREAMER
|
|
|
|
!else # NT5 user-mode driver
|
|
|
|
INCLUDES=$(INCLUDES);..\CONFIG\INTELNT;..\API;..\..\XCF
|
|
|
|
C_DEFINES=$(C_DEFINES) -DSTREAMER
|
|
|
|
!endif
|