windows-nt/Source/XPSP1/NT/net/upnp/host/common/sources
2020-09-26 16:20:57 +08:00

22 lines
350 B
Plaintext

PROJDIR=..\..
TARGETNAME=uhcommon
TARGETTYPE=LIBRARY
TARGETPATHLIB=obj
!include $(PROJDIR)\makefile.inc
INCLUDES=\
$(SDK_INC_PATH)\atl30;\
$(PROJDIR)\inc; \
$(PROJDIR)\host\inc; \
$(PROJDIR)\host\inc\$(O); \
$(PROJDIR)\host\idl\$(O); \
$(PROJDIR)\inc\$(O); \
SOURCES=\
uhcommon.cpp \
uhthread.cpp \
uhxml.cpp