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.

32 lines
684 B

  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. # we need to define it here (in addition to chicago0.inc) as build
  11. # does not read chicago0.inc and so it ends up rebuilding evrything
  12. # as it cannot locate the pch
  13. GPCH_BUILD=chicago
  14. !include chicago0.inc
  15. !IFDEF LEGOIZE_OLE32
  16. NTBBT=1
  17. _NT_BBT_ON_THIS_MACHINE=1
  18. !ENDIF
  19. C_DEFINES= \
  20. $(C_DEFINES) \
  21. -DLITTLEENDIAN=1
  22. MIDL_NO_ROBUST = 1