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.
15 lines
372 B
15 lines
372 B
|
|
!include $(BASEDIR)\private\ntos\rdr2\daytona.src
|
|
!include ..\daytona\sources
|
|
|
|
CAIRO_PRODUCT=1
|
|
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\rdbss.lib \
|
|
$(DDK_LIB_PATH)\ksecdd.lib
|
|
|
|
# BUGBUG [mikese] The . on the front of the include path is so that we pick
|
|
# up the Cairo version of fcb.h. Can be removed when we merge.
|
|
|
|
INCLUDES=.;$(INCLUDES)
|