Source code of Windows XP (NT5)
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

  1. # This is the global include file for the daytona version of CairOLE.
  2. # It is included by all project sources files.
  3. C_DEFINES= \
  4. $(C_DEFINES) \
  5. -DFLAT \
  6. -DWIN32=200 \
  7. -D_CHICAGO_=200 \
  8. -DINC_OLE2 \
  9. -DNOEXCEPTIONS \
  10. -DCAIROLE_DOWNLEVEL \
  11. -DMULTI_THREADING \
  12. -D_WIN32_DCOM \
  13. $(TRACELOG)
  14. # For the Chicago project, we do not want to use CRTDLL.DLL, so leave this
  15. # line commented out.
  16. #
  17. #
  18. USE_LIBCMT= 1
  19. CHICAGO_PRODUCT=1