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
442 B
28 lines
442 B
# BURNSLIB CORE library - "normal" version (logging only in chk build)
|
|
#
|
|
# 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
|
|
|
|
|
|
TARGETNAME=$(BLCORE_BASE_NAME)
|
|
|
|
|
|
# turn on logging only for chk builds
|
|
|
|
!if !$(FREEBUILD)
|
|
!MESSAGE defining LOGGING_BUILD
|
|
C_DEFINES=$(C_DEFINES) -DLOGGING_BUILD
|
|
!endif
|
|
|
|
|
|
|