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.

28 lines
418 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. !ENDIF
  4. SEC_DIR = ..\..
  5. C_DEFINES = $(C_DEFINES) -DSTRICT -DUNICODE -D_UNICODE
  6. USE_ATL=1
  7. INCLUDES=\
  8. ..;\
  9. $(SEC_DIR)\inc;\
  10. !IFNDEF MSC_WARNING_LEVEL
  11. MSC_WARNING_LEVEL=/W3
  12. !ENDIF
  13. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  14. #
  15. # Define PROFILE to enable IceCAP profiling.
  16. #
  17. !IF "$(PROFILE)" == "1"
  18. USE_ICECAP=1
  19. C_DEFINES=$(C_DEFINES) -DPROFILE
  20. !ENDIF