22 lines
359 B
Plaintext
22 lines
359 B
Plaintext
# BURNSLIB CORE library - "normal" version (logging only in chk build)
|
|
#
|
|
# Copyright (c) 1997-2000 Microsoft Corporation
|
|
#
|
|
# 06 Jan 2000 sburns
|
|
|
|
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=blcore
|
|
|
|
# turn on logging version only for chk builds
|
|
|
|
!if !$(FREEBUILD)
|
|
!MESSAGE defining LOGGING_BUILD
|
|
C_DEFINES=$(C_DEFINES) -DLOGGING_BUILD
|
|
!endif
|
|
|
|
|
|
|