diff options
Diffstat (limited to 'private/oleutest/balls/daytona.inc')
-rw-r--r-- | private/oleutest/balls/daytona.inc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/private/oleutest/balls/daytona.inc b/private/oleutest/balls/daytona.inc new file mode 100644 index 000000000..0b89a2b90 --- /dev/null +++ b/private/oleutest/balls/daytona.inc @@ -0,0 +1,30 @@ +# 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=100 \ + -D_NT1X_=100 \ + -DUNICODE \ + -D_UNICODE \ + -DINC_OLE2 \ + -DNOEXCEPTIONS \ + -DCAIROLE_DOWNLEVEL \ + $(TRACELOG) + + +BLDCRT= 1 + +# For the Daytona build, we do not want statically linked compiler runtimes, +# so leave this commented out. +# +# USE_LIBCMT= 1 + + +USE_CRTDLL=1 + + +OLEDIR= $(BASEDIR)\private\ole32 +OLEUTESTDIR= $(BASEDIR)\private\oleutest +OLEBALLSDIR= $(BASEDIR)\private\oleutest\balls |