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.

51 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. cairobld.mk
  5. Abstract:
  6. This file is included from all of the cairo sources files. It
  7. is handy for doing things like turning off precompiled headers
  8. to get around compiler bugs, and other such global activities.
  9. Notes:
  10. We define _OLE32_ so that when building ole32.dll we don't have
  11. DECLSPEC_IMPORT defined (see objbase.h)
  12. BUGBUG: BillMo: remove NEWPROPS before checkin.
  13. !ENDIF
  14. CAIRO_PRODUCT=1
  15. C_DEFINES= \
  16. $(C_DEFINES) \
  17. -D_TRACKLINK_=1 \
  18. -DNOEXCEPTIONS \
  19. -DINC_OLE2 \
  20. -DFLAT \
  21. -DWIN32=300 \
  22. -D_CAIRO_=300 \
  23. -DCAIROLE_DISTRIBUTED \
  24. -DNEWPROPS \
  25. -DDCOM \
  26. -DMSWMSG \
  27. -DDCOM_SECURITY
  28. # DECLSPEC_IMPORT control (see objbase.h)
  29. !if "$(MINORCOMP)"=="com" || "$(MINORCOMP)"=="stg" || "$(MINORCOMP)"=="ole232" || "$(MINORCOMP)"=="propset"
  30. C_DEFINES= \
  31. $(C_DEFINES) \
  32. -D_OLE32_
  33. !endif
  34. BLDCRT= 1
  35. USE_CRTDLL= 1
  36. GPCH_BUILD=cairo