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.

119 lines
2.4 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. Wesley Witt (wesw)
  12. !ENDIF
  13. !ifndef FAXROOT
  14. FAXROOT=$(PROJECT_ROOT)\fax
  15. !endif
  16. !include $(FAXROOT)\faxsrc.inc
  17. TARGETNAME=faxocm
  18. TARGETPATH=obj
  19. TARGETTYPE=DYNLINK
  20. DLLENTRY=FaxOcmDllInit
  21. C_DEFINES=$(C_DEFINES) -DMAPI_DIM=0 -DNT5FAXINSTALL
  22. UMTYPE=windows
  23. USE_MSVCRT=1
  24. NTKEEPRESOURCETMPFILES=1
  25. INCLUDES=\
  26. $(INCLUDES);\
  27. $(FAXROOT)\service\server; \
  28. $(DS_INC_PATH);\
  29. $(SDKTOOLS_INC_PATH)
  30. LINKLIBS=\
  31. $(LINKLIBS)\
  32. $(SDK_LIB_PATH)\winfax.lib
  33. TARGETLIBS = \
  34. $(TARGETLIBS) \
  35. $(SDK_LIB_PATH)\advapi32.lib \
  36. $(SDK_LIB_PATH)\comctl32.lib \
  37. $(SDK_LIB_PATH)\gdi32.lib \
  38. $(SDK_LIB_PATH)\kernel32.lib \
  39. $(SDK_LIB_PATH)\kernl32p.lib \
  40. $(SDK_LIB_PATH)\netapi32.lib \
  41. $(SDK_LIB_PATH)\ole32.lib \
  42. $(SDK_LIB_PATH)\setupapi.lib \
  43. $(SDK_LIB_PATH)\shell32.lib \
  44. $(SHELL_LIB_PATH)\shell32p.lib \
  45. $(SDK_LIB_PATH)\tapi32.lib \
  46. $(SDKTOOLS_LIB_PATH)\tlist.lib \
  47. $(SDK_LIB_PATH)\uuid.lib \
  48. $(SDK_LIB_PATH)\user32.lib \
  49. $(SDK_LIB_PATH)\userenv.lib \
  50. $(SDK_LIB_PATH)\winspool.lib
  51. !if $(ALPHA) && !$(AXP64)
  52. TARGETLIBS = \
  53. $(TARGETLIBS) \
  54. $(SDK_LIB_PATH)\wx86ofl.lib
  55. !endif
  56. SOURCES=\
  57. class.cpp \
  58. dlgcomon.cpp \
  59. dlgeula.cpp \
  60. dlgfinal.cpp \
  61. dlgwelcm.cpp \
  62. faxocm.cpp \
  63. fileq.cpp \
  64. groups.cpp \
  65. help.cpp \
  66. mapi.c \
  67. pointprt.cpp \
  68. registry.cpp \
  69. security.cpp \
  70. server.cpp \
  71. service.cpp \
  72. tapi.cpp \
  73. util.cpp \
  74. wizard.cpp \
  75. faxocm.rc
  76. DELAYLOAD=\
  77. winfax.dll; \
  78. comctl32.dll; \
  79. gdi32.dll; \
  80. netapi32.dll; \
  81. ole32.dll; \
  82. shell32.dll; \
  83. tapi32.dll; \
  84. user32.dll; \
  85. userenv.dll; \
  86. winspool.drv
  87. MISCFILES = \
  88. $(FAXROOT)\setup\ocm\faxsetup.inf \
  89. $(FAXROOT)\setup\ocm\faxoc.inf \
  90. $(FAXROOT)\setup\ocm\faxclnt.inf \
  91. $(FAXROOT)\setup\ocm\faxext.ecf