windows-nt/Source/XPSP1/NT/com/oleutest/balls/chicago.inc

24 lines
699 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=200 \
-D_CHICAGO_=200 \
-DINC_OLE2 \
-DNOEXCEPTIONS \
-DCAIROLE_DOWNLEVEL \
$(TRACELOG)
# For the Daytona build, we do not want statically linked compiler runtimes,
# so leave this commented out.
#
# USE_LIBCMT= 1
USE_MSVCRT=1
OLEDIR= $(BASEDIR)\private\ole32
OLEUTESTDIR= $(BASEDIR)\private\oleutest
OLEBALLSDIR= $(BASEDIR)\private\oleutest\balls