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
28 lines
451 B
# 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
|
|
|
|
|
|
|
|
|