Leaked source code of windows server 2003
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
458 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. USE_MSVCRT=1
  8. INCLUDES=\
  9. ..;\
  10. $(SEC_DIR)\inc;\
  11. !IFNDEF MSC_WARNING_LEVEL
  12. MSC_WARNING_LEVEL=/W3
  13. !ENDIF
  14. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  15. #
  16. # Define PROFILE to enable IceCAP profiling.
  17. #
  18. !IF "$(PROFILE)" == "1"
  19. USE_ICECAP=1
  20. C_DEFINES=$(C_DEFINES) -DPROFILE
  21. !ENDIF