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.
42 lines
757 B
42 lines
757 B
MAJORCOMP=ntos
|
|
MINORCOMP=cirrus
|
|
|
|
TARGETNAME=cirrus
|
|
TARGETPATH=obj
|
|
TARGETTYPE=GDI_DRIVER
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
INCLUDES=..\inc;..\..\inc
|
|
|
|
SOURCES=bank.c \
|
|
bitblt.c \
|
|
bltio.c \
|
|
bltmm.c \
|
|
brush.c \
|
|
color.c \
|
|
debug.c \
|
|
enable.c \
|
|
fastfill.c\
|
|
fillpath.c\
|
|
heap.c \
|
|
lines.c \
|
|
misc.c \
|
|
palette.c \
|
|
pointer.c \
|
|
stretch.c \
|
|
stripio.c \
|
|
stripmm.c \
|
|
stroke.c \
|
|
textout.c \
|
|
thunk.c \
|
|
res.rc \
|
|
str.c
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|