32 lines
659 B
Plaintext
32 lines
659 B
Plaintext
|
PROJDIR=..\..\..
|
||
|
!include $(PROJDIR)\makefile.inc
|
||
|
|
||
|
TARGETNAME=registrar
|
||
|
TARGETTYPE=LIBRARY
|
||
|
TARGETPATH=obj
|
||
|
|
||
|
INCLUDES=\
|
||
|
$(SDK_INC_PATH)\atl30;\
|
||
|
$(PROJDIR)\inc; \
|
||
|
$(PROJDIR)\inc\$(O); \
|
||
|
$(PROJDIR)\host\inc; \
|
||
|
$(PROJDIR)\host\upnphost\inc; \
|
||
|
$(PROJDIR)\host\idl\$(O); \
|
||
|
$(PROJDIR)\host\inc\$(O);
|
||
|
|
||
|
|
||
|
SOURCES=\
|
||
|
DynamicContentSource.cpp \
|
||
|
DescriptionManager.cpp \
|
||
|
DevicePersistenceManager.cpp \
|
||
|
uhutil.cpp \
|
||
|
ContainerManager.cpp \
|
||
|
Registrar.cpp \
|
||
|
PhysicalDeviceInfo.cpp \
|
||
|
DeviceInfo.cpp \
|
||
|
ServiceInfo.cpp \
|
||
|
DeviceManager.cpp \
|
||
|
ProviderManager.cpp \
|
||
|
Provider.cpp \
|
||
|
ValidationManager.cpp
|