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