windows-nt/Source/XPSP1/NT/com/oleutest/daytona.inc

23 lines
669 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
# 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 \
-DMULTI_THREADING \
$(TRACELOG)
# For the Daytona build, we do not want statically linked compiler runtimes,
# so leave this commented out.
#
# USE_LIBCMT= 1
USE_MSVCRT=1