summaryrefslogtreecommitdiffstats
path: root/private/oleutest/balls/cairo.inc
blob: bc59a5677584444c23e6f232486dfc0585699c7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This is the global include file for the daytona version of CairOLE.
# It is included by all project sources files.

MAJORCOMP   = oletest
MINORCOMP   = com

OLEDIR=       $(BASEDIR)\private\ole32
OLEUTESTDIR=  $(BASEDIR)\private\oleutest

INCLUDES=     ..\;($BASEDIR)\cinc;$(OLEUTESTDIR)\oleprx32\proxy
INCLUDES=     $(INCLUDES);$(OLEUTESTDIR)\balls\common

C_DEFINES=    \
              $(C_DEFINES)          \
              -DFLAT                \
	      -DUNICODE 	    \
              -D_UNICODE            \
              -DINC_OLE2            \
              -DNOEXCEPTIONS        \
	      -DWIN32=300	    \
              -D_NT1X_=100          \
	      -DCAIROLE_DOWNLEVEL   \
	      -D_CAIRO_=300	    \
	      -D_DCOM_		    \
	      -DTHREADING_SUPPORT   \
              $(TRACELOG)


BLDCRT=       1

# For the Daytona build, we do not want statically linked compiler runtimes,
# so leave this commented out.
#
# USE_LIBCMT=   1

CAIRO_PRODUCT=1

USE_CRTDLL=1