windows-nt/Source/XPSP1/NT/drivers/wdm/audio/backpln/stdunk/sources

30 lines
734 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
# Copyright (c) 1997-2000 Microsoft Corporation. All Rights Reserved.
TARGETNAME=stdunk
TARGETTYPE=LIBRARY
TARGETPATH=obj
PASS1_PUBLISH={$(O)\stdunk.lib=$(DDK_LIB_PATH)\stdunk.lib}
INCLUDES= \
$(DDK_INC_PATH); \
$(WDM_INC_PATH);
MSC_WARNING_LEVEL=-W3 -WX
C_DEFINES=$(C_DEFINES) -D_WIN32 -DUNICODE -D_UNICODE
#
# Different levels of debug printage. First is nothing but
# catastrophic errors, last is everything under the sun.
#
#C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_ERROR
C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_TERSE
#C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_VERBOSE
#C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_BLAB
LINKER_FLAGS=-map
SOURCES=\
stdunk.cpp