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.

152 lines
5.5 KiB

  1. !IF 0
  2. Copyright (c) 1989-2000 Microsoft Corporation
  3. Module Name: sources.
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. Author: yossg
  10. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. ###############################################################################
  13. !include ..\..\faxsrc.inc
  14. TARGETNAME=$(MSFXSSNP)
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. UMTYPE=windows
  18. USE_RTTI=1
  19. USE_MSVCRT=1
  20. MFC_USRDLL=1
  21. UNICODE=1
  22. USE_ATL=1
  23. ATL_VER=30
  24. DLLDEF=MsFxsSnp.def
  25. INCLUDES= $(INCLUDES); \
  26. $(SHELL_INC_PATH); \
  27. $(SDK_INC_PATH)\wtl10; \
  28. $(FAXROOT)\inc; \
  29. SOURCES= \
  30. MsFxsSnp.idl \
  31. stdafx.cpp \
  32. MsFxsSnp.cpp \
  33. snapin.cpp \
  34. root.cpp \
  35. FaxServer.cpp \
  36. FaxServerNode.cpp \
  37. SecurityInfo.cpp \
  38. DevicesAndProviders.cpp \
  39. Device.cpp \
  40. Devices.cpp \
  41. InboundRoutingMethods.cpp \
  42. InboundRoutingMethod.cpp \
  43. Provider.cpp \
  44. Providers.cpp \
  45. InboundRouting.cpp \
  46. CatalogInboundRoutingMethods.cpp \
  47. CatalogInboundRoutingMethod.cpp \
  48. OutboundRouting.cpp \
  49. OutboundRules.cpp \
  50. OutboundRule.cpp \
  51. OutboundGroups.cpp \
  52. OutboundGroup.cpp \
  53. OutboundDevice.cpp \
  54. dlgNewRule.cpp \
  55. dlgNewGroup.cpp \
  56. dlgNewDevice.cpp \
  57. DlgSmtpConfig.cpp \
  58. BosSmtpConfigDlg.cpp \
  59. DlgConfirmPassword.cpp \
  60. DlgSelectCountry.cpp \
  61. ppFaxServerGeneral.cpp \
  62. ppFaxServerReceipts.cpp \
  63. ppFaxServerEvents.cpp \
  64. ppFaxServerLogging.cpp \
  65. ppFaxServerOutbox.cpp \
  66. ppFaxServerInbox.cpp \
  67. ppFaxServerSentItems.cpp \
  68. ppFaxDeviceGeneral.cpp \
  69. ppFaxInboundRoutingMethodGeneral.cpp \
  70. ppFaxCatalogInboundRoutingMethod.cpp \
  71. ppFaxoutboundRoutingRule.cpp \
  72. ppFaxProviderGeneral.cpp \
  73. CoverPages.cpp \
  74. CoverPage.cpp \
  75. WzConnectToServer.cpp \
  76. helper.cpp \
  77. MyCtrls.cpp \
  78. dlgutils.cpp \
  79. FxsValid.cpp \
  80. resutil.cpp \
  81. FaxMMCUtils.cpp \
  82. CovNotifyWnd.cpp \
  83. GeneralNotifyWnd.cpp \
  84. version.rc
  85. PRECOMPILED_CXX=1
  86. #PRECOMPILED_OPTION=/YX
  87. PRECOMPILED_INCLUDE=stdafx.h
  88. PRECOMPILED_PCH=stdafx1.pch
  89. PRECOMPILED_OBJ=stdafx1.obj
  90. DLLENTRY=_DllMainCRTStartup
  91. TARGETLIBS= \
  92. $(SDK_LIB_PATH)\user32.lib \
  93. $(SDK_LIB_PATH)\kernel32.lib \
  94. $(SDK_LIB_PATH)\advapi32.lib \
  95. $(SDK_LIB_PATH)\gdi32.lib \
  96. $(SDK_LIB_PATH)\winspool.lib \
  97. $(SDK_LIB_PATH)\comdlg32.lib \
  98. $(SDK_LIB_PATH)\comctl32.lib \
  99. $(SDK_LIB_PATH)\advapi32.lib \
  100. $(SDK_LIB_PATH)\shell32.lib \
  101. $(SDK_LIB_PATH)\version.lib \
  102. $(SDK_LIB_PATH)\wsock32.lib \
  103. $(SDK_LIB_PATH)\ole32.lib \
  104. $(SDK_LIB_PATH)\oleaut32.lib \
  105. $(SDK_LIB_PATH)\uuid.lib \
  106. $(SDK_LIB_PATH)\mmc.lib \
  107. $(SDK_LIB_PATH)\oldnames.lib \
  108. $(SDK_LIB_PATH)\aclui.lib \
  109. $(SDK_LIB_PATH)\shlwapi.lib \
  110. $(SHELL_LIB_PATH)\shell32p.lib \
  111. $(FAXROOT)\util\unicode\$(O)\faxutil.lib \
  112. $(FAXROOT)\lib\$(O)\$(WINFAX).lib \
  113. $(SDK_LIB_PATH)\htmlhelp.lib
  114. MISCFILES = \
  115. fxsadmin.msc
  116. C_DEFINES=$(C_DEFINES) -DSETUP -DUNICODE -D_UNICODE -D_ATL_DISABLE_NO_VTABLE -DISOLATION_AWARE_ENABLED
  117. #
  118. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  119. #
  120. SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.FxsAdmin
  121. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  122. SXS_MANIFEST=FxsAdmin.Manifest
  123. SXS_MANIFEST_IN_RESOURCES=1
  124. SXS_NO_BINPLACE=1
  125. SXS_MANIFEST_RESOURCE_ID=2