23 lines
362 B
Plaintext
23 lines
362 B
Plaintext
# BURNSLIB CORE library - logging version
|
|
#
|
|
# Copyright (c) 1997-2000 Microsoft Corporation
|
|
#
|
|
# 06 Jan 2000 sburns
|
|
|
|
|
|
|
|
!include ..\sources.inc
|
|
|
|
# the 'l' suffix means "logging"
|
|
|
|
TARGETNAME=blcorel
|
|
|
|
# since this is the logging version, we always define this symbol
|
|
|
|
!MESSAGE defining LOGGING_BUILD
|
|
C_DEFINES=$(C_DEFINES) -DLOGGING_BUILD
|
|
|
|
|
|
|
|
|