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.

40 lines
899 B

  1. # BURNSLIB CORE library - logging version, with static linkage
  2. #
  3. # Copyright (c) 1997-2001 Microsoft Corporation
  4. #
  5. # 06 Jan 2000 sburns
  6. !include ..\sources.inc
  7. # since this is the static version, specify USE_LIBCMT
  8. USE_LIBCMT=1
  9. NO_NTDLL=1
  10. # the 'l' suffix means "logging"
  11. # the 's' suffix means 'static linkage'
  12. TARGETNAME=$(BLCORE_BASE_NAME)ls
  13. # since this is the logging version, we always define this symbol
  14. !MESSAGE defining LOGGING_BUILD
  15. C_DEFINES=$(C_DEFINES) -DLOGGING_BUILD
  16. # we publish this edition of the lib for the benefit of the display specifier
  17. # upgrade code, which is statically linked into the forest prep tool, which
  18. # is run on Win2K systems that may not have the latest version of the
  19. # msvcpXX.dll installed
  20. PASS1_PUBLISH= \
  21. {$(PROJECT_ROOT)\burnslib\lib\$O\$(TARGETNAME).lib=$(ADMIN_LIB_PATH)\$(TARGETNAME).lib}