25 lines
641 B
PHP
25 lines
641 B
PHP
# 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 \
|
|
-D_WIN32_DCOM \
|
|
$(TRACELOG)
|
|
|
|
# For the Chicago project, we do not want to use CRTDLL.DLL, so leave this
|
|
# line commented out.
|
|
#
|
|
#
|
|
|
|
USE_LIBCMT= 1
|
|
|
|
CHICAGO_PRODUCT=1
|
|
|