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.

117 lines
4.0 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Iv Garber (IvG)
  12. !ENDIF
  13. !include ..\..\faxsrc.inc
  14. TARGETNAME=$(FAXCOMEX)
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. DLLDEF=FAXCOMEX.DEF
  18. UMTYPE=windows
  19. DLLENTRY=_DllMainCRTStartup
  20. USE_LIBCMT=1
  21. USE_STATIC_ATL=1
  22. ATL_VER=30
  23. USE_NATIVE_EH=1
  24. USE_STL=1
  25. USE_ATL=1
  26. USE_MSVCRT=1
  27. C_DEFINES=$(C_DEFINES) $(ATL_FLAGS)
  28. !if !$(FREEBUILD)
  29. C_DEFINES=$(C_DEFINES) -D_ATL_DEBUG_INTERFACES -D_ATL_DEBUG_QI -D_ATL_DEBUG_REFCOUNT
  30. !endif
  31. INCLUDES=$(INCLUDES);$(ATL_INCLUDES)
  32. PRECOMPILED_INCLUDE=stdafx.h
  33. PRECOMPILED_CXX=1
  34. DEBUG_TYPE=Unicode
  35. UNICODE=1
  36. TARGETLIBS= \
  37. $(TARGETLIBS) \
  38. $(SDK_LIB_PATH)\gdi32.lib \
  39. $(SDK_LIB_PATH)\kernel32.lib \
  40. $(SDK_LIB_PATH)\user32.lib \
  41. $(SDK_LIB_PATH)\advapi32.lib \
  42. $(SDK_LIB_PATH)\ole32.lib \
  43. $(SDK_LIB_PATH)\oleaut32.lib \
  44. $(SDK_LIB_PATH)\uuid.lib \
  45. $(SDK_LIB_PATH)\shell32.lib \
  46. $(SDK_LIB_PATH)\thrownew.obj \
  47. $(FAXLIB)\*\$(WINFAX).lib \
  48. $(FAXROOT)\util\debugex\$(DEBUG_TYPE)\obj\*\debugex.lib
  49. SOURCES=\
  50. FaxActivity.cpp \
  51. FaxActivityLogging.cpp \
  52. FaxComEx.cpp \
  53. FaxCommon.cpp \
  54. FaxDevice.cpp \
  55. FaxDeviceIds.cpp \
  56. FaxDeviceProvider.cpp \
  57. FaxDeviceProviders.cpp \
  58. FaxDevices.cpp \
  59. FaxDocument.cpp \
  60. FaxEventLogging.cpp \
  61. FaxFolders.cpp \
  62. FaxIncomingJob.cpp \
  63. FaxIncomingJobs.cpp \
  64. FaxIncomingMessage.cpp \
  65. FaxIncomingMessageIterator.cpp \
  66. FaxInboundRouting.cpp \
  67. FaxInboundRoutingExtension.cpp \
  68. FaxInboundRoutingExtensions.cpp \
  69. FaxInboundRoutingMethod.cpp \
  70. FaxInboundRoutingMethods.cpp \
  71. FaxIncomingArchive.cpp \
  72. FaxIncomingQueue.cpp \
  73. FaxLoggingOptions.cpp \
  74. FaxReceiptOptions.cpp \
  75. FaxOutgoingJob.cpp \
  76. FaxOutgoingJobs.cpp \
  77. FaxOutgoingMessage.cpp \
  78. FaxOutgoingMessageIterator.cpp \
  79. FaxOutboundRouting.cpp \
  80. FaxOutboundRoutingGroup.cpp \
  81. FaxOutboundRoutingGroups.cpp \
  82. FaxOutboundRoutingRule.cpp \
  83. FaxOutboundRoutingRules.cpp \
  84. FaxOutgoingQueue.cpp \
  85. FaxSender.cpp \
  86. FaxRecipient.cpp \
  87. FaxRecipients.cpp \
  88. FaxJobStatus.cpp \
  89. FaxSecurity.cpp \
  90. FaxOutgoingArchive.cpp \
  91. FaxServer.cpp \
  92. FaxComEx.idl \
  93. FaxComEx.rc
  94. PASS0_PUBLISH=\
  95. {$(FAXROOT)\com\whistler\$(O)\FAXCOMEX.H=$(SDK_INC_PATH)\FAXCOMEX.H}\
  96. {$(FAXROOT)\com\whistler\$(O)\FAXCOMEX_I.C=$(SDK_INC_PATH)\FAXCOMEX_I.C}