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
1.7 KiB

  1. ##############################################################################
  2. # #
  3. # Microsoft Confidential #
  4. # Copyright (C) Microsoft Corporation 1991-97 #
  5. # All Rights Reserved. #
  6. # #
  7. ##############################################################################
  8. # Changes: #
  9. # #
  10. # 15Oct96 NFC SFR0563 Set MSC_WARNING_LEVEL to level 3. #
  11. # 05Feb97 TH SFR1441 Turn off DCL network layer for App Serving #
  12. # 07Feb97 OBK SFR1434 Merge SFR1338/1380: Allow for unaligned accesses #
  13. # #
  14. ##############################################################################
  15. !include $(DEVROOT)\common.inc
  16. INCLUDES=..\h;$(INCLUDES)
  17. ########################################################################################
  18. # We cannot compile for WINVER=0x500 due to driver compat issues
  19. ########################################################################################
  20. WIN32_DEFINE=-DWIN32=200 -D_CHICAGO_=200 -D_WIN32_WINDOWS=0x040a -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0401
  21. C_DEFINES = $(C_DEFINES) -DSTRICT -DWIN32 -D_WIN32 -DOS_WINDOWS -DWIN_95_32_BIT
  22. !IF "$(PROCESSOR_ARCHITECTURE)" == "ALPHA"
  23. C_DEFINES = $(C_DEFINES) -DDC_NO_UNALIGNED
  24. !ENDIF