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.

44 lines
918 B

  1. MAJORCOMP =WUPPT
  2. MINORCOMP =WUAU
  3. TARGETNAME=WUAULIB
  4. TARGETPATH=$(_OBJ_DIR)
  5. TARGETTYPE=LIBRARY
  6. PRECOMPILED_INCLUDE=pch.h
  7. PRECOMPILED_CXX=1
  8. #USE_NATIVE_EH=1
  9. USE_STATIC_ATL=1
  10. ATL_VER=30
  11. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
  12. #!include $(WUV3)\wuppt.inc
  13. INCLUDES=$(INCLUDES);\
  14. $(WUAU)\inc; \
  15. $(WUAU)\wuaueng\$(O); \
  16. $(WINDOWS_COM)\inc; \
  17. $(WINDOWS_COM)\iuctl\unicode\$(O);\
  18. $(PUBLIC_INTERNAL_PATH)\enduser\inc;
  19. TARGETLIBS=\
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\shfolder.lib \
  23. $(SDK_LIB_PATH)\shlwapi.lib \
  24. $(SDK_LIB_PATH)\wintrust.lib \
  25. $(SDK_LIB_PATH)\crypt32.lib \
  26. $(WUV3)\cdmlib\live\$(O)\cdmlib.lib
  27. SOURCES =\
  28. cfreg.cpp \
  29. debug.cpp \
  30. helpers.cpp \
  31. platform.cpp \
  32. auwait.cpp \
  33. ItemList.cpp \
  34. audirectory.cpp \
  35. aubasecatalog.cpp \
  36. xmllog.cpp \
  37. aucompat.cpp \