# Copyright (c) 1995, Microsoft Corporation, all rights reserved
#
# sources
# Debug, trace, and assert library
# BUILD command sources file
#
# 08/25/95 Steve Cobb

TARGETNAME=debug
TARGETPATH=obj
TARGETTYPE=LIBRARY

MSC_WARNING_LEVEL=/W3 /WX
C_DEFINES=-DUNICODE=1

INCLUDES=..\..\inc

SOURCES= \
    debug.c
