Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

30 lines
733 B

# Copyright (c) 1998-2000 Microsoft Corporation. All rights reserved.
TARGETNAME=DMusUART
TARGETTYPE=LIBRARY
TARGETPATH=..\lib
C_DEFINES= $(C_DEFINES) -D_WIN32 -DUNICODE -D_UNICODE -DUNDER_NT
#
# 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
INCLUDES= \
..\inc; \
$(DDK_INC_PATH); \
$(WDM_INC_PATH);
MSC_WARNING_LEVEL=-W3 -WX
SOURCES=\
miniport.cpp\
MPU.cpp