Source code of Windows XP (NT5)
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.

31 lines
659 B

  1. PROJDIR=..\..\..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=registrar
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=obj
  6. INCLUDES=\
  7. $(SDK_INC_PATH)\atl30;\
  8. $(PROJDIR)\inc; \
  9. $(PROJDIR)\inc\$(O); \
  10. $(PROJDIR)\host\inc; \
  11. $(PROJDIR)\host\upnphost\inc; \
  12. $(PROJDIR)\host\idl\$(O); \
  13. $(PROJDIR)\host\inc\$(O);
  14. SOURCES=\
  15. DynamicContentSource.cpp \
  16. DescriptionManager.cpp \
  17. DevicePersistenceManager.cpp \
  18. uhutil.cpp \
  19. ContainerManager.cpp \
  20. Registrar.cpp \
  21. PhysicalDeviceInfo.cpp \
  22. DeviceInfo.cpp \
  23. ServiceInfo.cpp \
  24. DeviceManager.cpp \
  25. ProviderManager.cpp \
  26. Provider.cpp \
  27. ValidationManager.cpp