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.

50 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989-1996 Microsoft Corporation
  3. Module Name:
  4. chicago.inc
  5. Abstract:
  6. This file is included from all of the chicago 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. !ENDIF
  10. !include ole.inc
  11. C_DEFINES= \
  12. $(C_DEFINES) \
  13. -DFLAT \
  14. -DWIN32=200 \
  15. -D_CHICAGO_=200 \
  16. -DINC_OLE2 \
  17. -DNOEXCEPTIONS \
  18. -DCAIROLE_DOWNLEVEL \
  19. -DSTRICT \
  20. -DNEWPROPS \
  21. -D_TRACKLINK_=1 \
  22. -DMSWMSG \
  23. -DDCOM \
  24. -DASYNC \
  25. -DDCOM_SECURITY \
  26. !if 0
  27. -DSHRMEM_OBJEX \
  28. -D_CHICAGO_SCM_ \
  29. !endif
  30. -D_WIN32_DCOM \
  31. $(TRACELOG)
  32. MSC_WARNING_LEVEL=/W3 /WX
  33. USE_NOLIBS=1
  34. CHICAGO_PRODUCT=1
  35. GPCH_BUILD=chicago
  36. DEST_TREE=chicago