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.
38 lines
705 B
38 lines
705 B
!IF 0
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Sources file for UniDriver UI
|
|
|
|
!ENDIF
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\driverui\uni=)
|
|
!endif
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETLIBS=\
|
|
$(PRNROOT)\lib\uni\um\$(O)\unilib.lib \
|
|
$(PRNROOT)\parsers\gpd\lib\$(O)\gpd.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(TARGETLIBS)
|
|
|
|
!if defined(WINNT_40)
|
|
TARGETNAME=uni4ui
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),uni4ui
|
|
!else
|
|
TARGETNAME=unidrvui
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),rasddui
|
|
!endif
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNIDRV
|
|
|
|
SOURCES=unidrv.c \
|
|
fontinst.c \
|
|
softfont.c \
|
|
osffread.c \
|
|
sfupgrd.c \
|
|
$(SOURCES)
|
|
|