summaryrefslogtreecommitdiffstats
path: root/private/oleutest/cairo.inc
blob: 9ababba4da796a6bda7f4ff341481d70b0fa5818 (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
# This is the global include file for the cairo version of CairOLE.
# It is included by all project sources files.

C_DEFINES=    \
              $(C_DEFINES)          \
              -DFLAT                \
              -DWIN32=300           \
              -D_CAIRO_=300         \
              -DUNICODE             \
              -D_UNICODE            \
              -DINC_OLE2            \
              -DNOEXCEPTIONS        \
	      -DCAIROLE_DISTRIBUTED \
	      -DMULTI_THREADING     \
              $(TRACELOG)


BLDCRT=       1

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


USE_CRTDLL=1