!IF 0

Copyright (c) 1994  Microsoft Corporation

Module Name:

    sources.

Abstract:

    Standard definitions file for debnot.lib

Author:

    Drew Bliss (drewb) 23-Feb-1994

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=cairole
MINORCOMP=interop

TARGETNAME=debnot
TARGETPATH=obj
TARGETTYPE=LIBRARY

INCLUDES=..; \
	 $(BASEDIR)\public\sdk\inc; \
	 $(BASEDIR)\private\cinc; 

C_DEFINES=$(C_DEFINES) \
	  -DFLAT       \
	  -DWIN32=100  \
	  -D_NT1X_=100 \
	  -DUNICODE    \
	  -D_UNICODE

USE_CRTDLL=1
BLDCRT=1

SOURCES=\
	..\assert.cxx \
	..\output.c \
	..\dprintf.c \
	..\sprintf.c
