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.

16 lines
415 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. USE_STATIC_ATL = 1
  3. !include $(CCSHELL_DIR)\common.inc
  4. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  5. NO_BROWSER_FILE = 1
  6. C_DEFINES = $(C_DEFINES) -D_USRDLL
  7. !if $(IA64)
  8. # We are hitting a "error C1076: compiler limit : internal heap limit reached" on
  9. # ia64 builds. Are we really using *that* much heap? Dosen't seem right...
  10. MSC_OPTIMIZATION=/Zm200
  11. !endif