mirror of https://github.com/tongzx/nt5src
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.
21 lines
444 B
21 lines
444 B
# Copyright (c) 1996-1999 Microsoft Corporation. All rights reserved.
|
|
|
|
TARGETNAME=msmpu401
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS= \
|
|
$(DDK_LIB_PATH)\portcls.lib\
|
|
$(DDK_LIB_PATH)\stdunk.lib\
|
|
$(SDK_LIB_PATH)\libcntpr.lib
|
|
|
|
INCLUDES=
|
|
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
|
|
C_DEFINES=-D_WIN32 -DUNICODE -D_UNICODE -DUNDER_NT -DDEBUG_LEVEL=DEBUGLVL_TERSE
|
|
LINKER_FLAGS=-map
|
|
|
|
SOURCES=\
|
|
adapter.cpp \
|
|
mpu401.rc
|