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.

104 lines
2.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. Darwin Ouyang (t-darouy)
  12. Original: Wesley Witt
  13. !ENDIF
  14. !ifndef FAXROOT
  15. FAXROOT=$(PROJECT_ROOT)\fax
  16. !endif
  17. !include $(FAXROOT)\faxsrc.inc
  18. TARGETNAME=faxadmin
  19. TARGETPATH=obj
  20. TARGETTYPE=DYNLINK
  21. UMTYPE=windows
  22. DLLDEF=faxadmin.def
  23. DLLENTRY=_DllMainCRTStartup
  24. USE_ATL=1
  25. USE_MSVCRT=1
  26. USE_NATIVE_EH=1
  27. PRECOMPILED_CXX=1
  28. PRECOMPILED_INCLUDE=stdafx.h
  29. PRECOMPILED_PCH=precomp.pch
  30. PRECOMPILED_OBJ=precomp.obj
  31. !if "$(COMPUTERNAME)" == "T-DAROUYX86"
  32. POST_BUILD_CMD=regsvr32 /s $(_NTTREE)\faxadmin.dll
  33. DEBUG_CRTS=1
  34. !endif
  35. TARGETLIBS= \
  36. $(TARGETLIBS) \
  37. $(SDK_LIB_PATH)\mmc.lib \
  38. $(SDK_LIB_PATH)\aclui.lib \
  39. $(SDK_LIB_PATH)\gdi32.lib \
  40. $(SDK_LIB_PATH)\kernel32.lib \
  41. $(SDK_LIB_PATH)\user32.lib \
  42. $(SDK_LIB_PATH)\advapi32.lib \
  43. $(SDK_LIB_PATH)\ole32.lib \
  44. $(SDK_LIB_PATH)\oleaut32.lib \
  45. $(SDK_LIB_PATH)\wininet.lib \
  46. $(SDK_LIB_PATH)\comctl32.lib \
  47. $(SDK_LIB_PATH)\uuid.lib \
  48. $(SDK_LIB_PATH)\shell32.lib \
  49. $(SDK_LIB_PATH)\shlwapi.lib \
  50. $(SDK_LIB_PATH)\winfax.lib \
  51. $(FAXROOT)\lib\*\winfaxp.lib
  52. SOURCES= \
  53. stdafx.cpp \
  54. faxadmin.cpp \
  55. faxsnapin.cpp \
  56. faxsabout.cpp \
  57. faxcomp.cpp \
  58. faxcompd.cpp \
  59. faxpersist.cpp \
  60. faxdataobj.cpp \
  61. faxstrt.cpp \
  62. faxsecinfo.cpp \
  63. faxhelper.cpp \
  64. faxproppg.cpp \
  65. faxcprppg.cpp \
  66. faxconmenu.cpp \
  67. faxcconmn.cpp \
  68. faxconbar.cpp \
  69. faxcconbar.cpp \
  70. inode.cpp \
  71. iroot.cpp \
  72. idevices.cpp \
  73. idevice.cpp \
  74. ilogging.cpp \
  75. ilogcat.cpp \
  76. dcomputer.cpp \
  77. ddevmain.cpp \
  78. dgenprop.cpp \
  79. droutpri.cpp \
  80. faxshelp.cpp \
  81. faxadmin.idl \
  82. faxadmin.rc
  83. MISCFILES = \
  84. faxserv.msc