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.

35 lines
951 B

  1. # This is the global include file for the daytona version of CairOLE.
  2. # It is included by all project sources files.
  3. MAJORCOMP = oletest
  4. MINORCOMP = com
  5. OLEDIR= $(BASEDIR)\private\ole32
  6. OLEUTESTDIR= $(BASEDIR)\private\oleutest
  7. INCLUDES= ..\;($BASEDIR)\cinc;$(OLEUTESTDIR)\oleprx32\proxy
  8. INCLUDES= $(INCLUDES);$(OLEUTESTDIR)\balls\common
  9. C_DEFINES= \
  10. $(C_DEFINES) \
  11. -DFLAT \
  12. -DUNICODE \
  13. -D_UNICODE \
  14. -DINC_OLE2 \
  15. -DNOEXCEPTIONS \
  16. -DWIN32=300 \
  17. -D_NT1X_=100 \
  18. -DCAIROLE_DOWNLEVEL \
  19. -D_CAIRO_=300 \
  20. -D_DCOM_ \
  21. -DTHREADING_SUPPORT \
  22. $(TRACELOG)
  23. # For the Daytona build, we do not want statically linked compiler runtimes,
  24. # so leave this commented out.
  25. #
  26. # USE_LIBCMT= 1
  27. CAIRO_PRODUCT=1
  28. USE_MSVCRT=1