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.
58 lines
1.2 KiB
58 lines
1.2 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 - 1995 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=rasdd
|
|
|
|
TARGETNAME=rasdd
|
|
|
|
DLLBASE=@$(BASEDIR)\PUBLIC\SDK\LIB\coffbase.txt,RASDD
|
|
TARGETTYPE=GDI_DRIVER
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS=../../lib/km/obj/*/libprt.lib \
|
|
../lib/km/obj/*/raslib.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\libcntpr.lib
|
|
|
|
INCLUDES=.;../../lib;../lib;../rasddui;../inc;../../../inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNTGDIKM=1 -DNTGDIK=1 -DUNICODE -U_DLL
|
|
|
|
SOURCES=enabldrv.c \
|
|
enablpdv.c \
|
|
enablsrf.c \
|
|
udenable.c \
|
|
posnsort.c \
|
|
render.c \
|
|
whiteskp.c \
|
|
udphyscl.c \
|
|
page.c \
|
|
transpos.c \
|
|
escape.c \
|
|
udfntint.c \
|
|
qeryfont.c \
|
|
textout.c \
|
|
fonts.c \
|
|
qfontree.c \
|
|
qfontdat.c \
|
|
fontfree.c \
|
|
devmode.c \
|
|
rules.c \
|
|
stretch.c \
|
|
xtrafont.c \
|
|
download.c \
|
|
glyphmod.c \
|
|
compress.c \
|
|
dloadpcl.c \
|
|
ttdload.c \
|
|
qadvwdth.c \
|
|
uddjfont.c \
|
|
fntmanag.c \
|
|
lib.c \
|
|
render24.c \
|
|
initpal.c \
|
|
loadpal.c \
|
|
rasdd.rc
|