summaryrefslogtreecommitdiffstats
path: root/private/oleutest/balls/cairo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'private/oleutest/balls/cairo.inc')
-rw-r--r--private/oleutest/balls/cairo.inc38
1 files changed, 38 insertions, 0 deletions
diff --git a/private/oleutest/balls/cairo.inc b/private/oleutest/balls/cairo.inc
new file mode 100644
index 000000000..bc59a5677
--- /dev/null
+++ b/private/oleutest/balls/cairo.inc
@@ -0,0 +1,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