diff options
Diffstat (limited to 'private/oleutest/chicago.inc')
-rw-r--r-- | private/oleutest/chicago.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/private/oleutest/chicago.inc b/private/oleutest/chicago.inc new file mode 100644 index 000000000..222ea958d --- /dev/null +++ b/private/oleutest/chicago.inc @@ -0,0 +1,23 @@ +# This is the global include file for the daytona version of CairOLE. +# It is included by all project sources files. + +C_DEFINES= \ + $(C_DEFINES) \ + -DFLAT \ + -DWIN32=200 \ + -D_CHICAGO_=200 \ + -DINC_OLE2 \ + -DNOEXCEPTIONS \ + -DCAIROLE_DOWNLEVEL \ + -DMULTI_THREADING \ + $(TRACELOG) + +# For the Chicago project, we do not want to use CRTDLL.DLL, so leave this +# line commented out. +# +# BLDCRT= 1 + +USE_LIBCMT= 1 + +CHICAGO_PRODUCT=1 + |