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.
41 lines
1.0 KiB
41 lines
1.0 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
cairo.inc
|
|
|
|
Abstract:
|
|
|
|
common root include file for daytona version of performance
|
|
project build. This gets included by all sources files under
|
|
this directory.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP = cairole
|
|
MINORCOMP = perform
|
|
|
|
OLEDIR= $(BASEDIR)\private\ole32
|
|
OLEUTESTDIR= $(BASEDIR)\private\oleutest
|
|
OLEPERFDIR= $(OLEUTESTDIR)\perform
|
|
|
|
INCLUDES= ;..;$(OLEPERFDIR)\common;$(OLEPERFDIR)\cairole\tests
|
|
INCLUDES= $(INCLUDES);$(OLEUTESTDIR)\balls\oleprx32\cairo
|
|
INCLUDES= $(INCLUDES);$(OLEDIR)\ih;$(OLEDIR)\common\cairo
|
|
|
|
C_DEFINES= \
|
|
$(C_DEFINES) \
|
|
-DFLAT \
|
|
-DWIN32=300 \
|
|
-D_CAIRO_=300 \
|
|
-D_NT1X_=100 \
|
|
-DUNICODE \
|
|
-D_UNICODE \
|
|
-DNOEXCEPTIONS \
|
|
-D_DCOM_ \
|
|
-DCOM_THREADING_SUPPORT \
|
|
-DOLE_THREADING_SUPPORT
|
|
|
|
CAIRO_PRODUCT=1
|