Leaked source code of windows server 2003
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.

22 lines
691 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=100 \
  7. -D_NT1X_=100 \
  8. -DUNICODE \
  9. -D_UNICODE \
  10. -DINC_OLE2 \
  11. -DNOEXCEPTIONS \
  12. -DCAIROLE_DOWNLEVEL \
  13. -DMULTI_THREADING \
  14. $(TRACELOG)
  15. # For the Daytona build, we do not want statically linked compiler runtimes,
  16. # so leave this commented out.
  17. #
  18. # USE_LIBCMT= 1
  19. USE_MSVCRT=1