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
451 B

  1. # BURNSLIB CORE library - logging version
  2. #
  3. # Copyright (c) 1997-2001 Microsoft Corporation
  4. #
  5. # 06 Jan 2000 sburns
  6. !include ..\sources.inc
  7. # since this is the dll version, specify USE_MSVCRT
  8. USE_MSVCRT=1
  9. # the 'l' suffix means "logging"
  10. TARGETNAME=$(BLCORE_BASE_NAME)l
  11. # since this is the logging version, we always define this symbol
  12. !MESSAGE defining LOGGING_BUILD
  13. C_DEFINES=$(C_DEFINES) -DLOGGING_BUILD