Leaked source code of windows server 2003
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.

66 lines
1.3 KiB

  1. !ifdef PROJECT_ROOT
  2. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  3. !else
  4. ! INCLUDE $(INETROOT)\build\paths.all
  5. !endif
  6. MAJORCOMP=Core
  7. MINORCOMP=MPC_Common
  8. TARGETNAME=MPC_Common
  9. TARGETTYPE=LIBRARY
  10. USE_STATIC_ATL=1
  11. USE_NATIVE_EH=1
  12. USE_UNICODE=1
  13. USE_STL=1
  14. SYNCHRONIZE_BLOCK=1
  15. C_DEFINES= $(C_DEFINES) -DSECURITY_WIN32
  16. SOURCES= \
  17. Logging.cpp \
  18. Configuration.cpp \
  19. Connectivity.cpp \
  20. Security.cpp \
  21. Serializer.cpp \
  22. Stream.cpp \
  23. LocRes.cpp \
  24. Utils.cpp \
  25. Utils_COM.cpp \
  26. Utils_Compress.cpp \
  27. Utils_CRC.cpp \
  28. Utils_FileSystemObject.cpp \
  29. Utils_StorageObject.cpp \
  30. Utils_HGLOBAL.cpp \
  31. Utils_MSITS.cpp \
  32. Utils_MSITS_i.cpp \
  33. Utils_Mutex.cpp \
  34. Utils_RegKey.cpp \
  35. Utils_RPC.cpp \
  36. Utils_Serializer_Buffering.cpp \
  37. Utils_Serializer_Fake.cpp \
  38. Utils_Serializer_File.cpp \
  39. Utils_Serializer_Http.cpp \
  40. Utils_Serializer_IStream.cpp \
  41. Utils_Serializer_Memory.cpp \
  42. Utils_Serializer_Text.cpp \
  43. Utils_URL.cpp \
  44. Utils_ThreadPool.cpp \
  45. HtmlUtil.cpp \
  46. XmlUtil.cpp \
  47. StaticCrt.cpp
  48. INCLUDES=$(EXTINCPATH)\ie.50;$(EXTINCPATH)\vc6
  49. TARGETLIBS= \
  50. $(SDKLIBPATH)\ole32.lib \
  51. $(SDKLIBPATH)\oleaut32.lib \
  52. $(SDKLIBPATH)\wininet.lib \
  53. $(SDKLIBPATH)\uuid.lib
  54. !INCLUDE $(INETROOT)\build\sources.all
  55. PRECOMPILED_INCLUDE=stdafx.h
  56. PRECOMPILED_CXX=1