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.
32 lines
750 B
32 lines
750 B
MAJORCOMP=windows
|
|
MINORCOMP=test
|
|
|
|
TARGETNAME=fonttest
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=\nt\public\sdk\inc; \
|
|
\nt\private\windows\inc
|
|
|
|
SOURCES=ANSISET.C \
|
|
ENUM.C \
|
|
FONTTEST.C \
|
|
GCP.C \
|
|
GLYPH.C \
|
|
RINGS.C \
|
|
STRINGW.C \
|
|
WATERFAL.C \
|
|
WHIRL.C \
|
|
WIDTHS.C \
|
|
FONTTEST.RC
|
|
|
|
UMTYPE=windows
|
|
UMAPPL=fonttest
|
|
UMLIBS=\nt\public\sdk\lib\*\user32.lib \
|
|
\nt\public\sdk\lib\*\kernel32.lib \
|
|
\nt\public\sdk\lib\*\gdi32.lib \
|
|
\nt\public\sdk\lib\*\gdi32p.lib \
|
|
obj\*\fonttest.lib \
|
|
obj\*\fonttest.res \
|
|
\nt\public\sdk\lib\*\comdlg32.lib
|