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.
30 lines
637 B
30 lines
637 B
PROJDIR=..\..
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=udhdiag
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS=\
|
|
$(PROJDIR)\common\updebug\$(O)\updebug.lib \
|
|
$(PROJDIR)\host\upnphost\dll\$(O)\upnphost.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
UMLIBS= \
|
|
$(PROJDIR)\common\upbase\$(O)\upbase.lib
|
|
|
|
UMENTRY=wmain
|
|
UMTYPE=console
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\inc; \
|
|
$(PROJDIR)\host\upnphost\inc; \
|
|
$(PROJDIR)\host\inc\$(O)
|
|
|
|
SOURCES=\
|
|
udhdiag.cpp \
|
|
udhdiag.rc
|