mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
641 B
24 lines
641 B
# 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
|
|
|