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

  1. # BURNSLIB CORE library - "normal" version (logging only in chk build)
  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. TARGETNAME=$(BLCORE_BASE_NAME)
  10. # turn on logging only for chk builds
  11. !if !$(FREEBUILD)
  12. !MESSAGE defining LOGGING_BUILD
  13. C_DEFINES=$(C_DEFINES) -DLOGGING_BUILD
  14. !endif