windows-nt/Source/XPSP1/NT/net/upnp/host/common/sources

22 lines
350 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
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