16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
|
|
!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)
|