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.
28 lines
729 B
28 lines
729 B
PROJDIR=$(PROJECT_ROOT)\upnp
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=esmon
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS=\
|
|
$(PROJDIR)\common\updebug\$(O)\updebug.lib \
|
|
$(PROJDIR)\common\upbase\$(O)\upbase.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ssdpapi.lib \
|
|
..\util\$(O)\util.lib
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\inc; \
|
|
$(PROJDIR)\tools\inc; \
|
|
$(PROJDIR)\inc\$(O)
|
|
|
|
SOURCES=\
|
|
esmon.cpp \
|
|
scpdgen.rc
|