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.

113 lines
2.3 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. SYNCHRONIZE_BLOCK=1
  18. TARGETNAME=faxwiz
  19. TARGETPATH=obj
  20. TARGETTYPE=DYNLINK
  21. DLLENTRY=FaxWizardDllInit
  22. C_DEFINES=$(C_DEFINES) -DMAPI_DIM=0
  23. UMTYPE=windows
  24. USE_MSVCRT=1
  25. NTKEEPRESOURCETMPFILES=1
  26. INCLUDES=\
  27. $(INCLUDES);\
  28. $(FAXROOT)\service\server; \
  29. $(BASEDIR)\private\windows\inc; \
  30. $(BASEDIR)\private\sdktools\tlist
  31. LINKLIBS=\
  32. $(LINKLIBS)\
  33. $(SDK_LIB_PATH)\winfax.lib
  34. TARGETLIBS = \
  35. $(TARGETLIBS) \
  36. $(SDK_LIB_PATH)\comctl32.lib \
  37. $(SDK_LIB_PATH)\comdlg32.lib \
  38. $(SDK_LIB_PATH)\kernel32.lib \
  39. $(SDK_LIB_PATH)\user32.lib \
  40. $(SDK_LIB_PATH)\setupapi.lib \
  41. $(SDK_LIB_PATH)\gdi32.lib \
  42. $(SDK_LIB_PATH)\winspool.lib \
  43. $(SDK_LIB_PATH)\mapi32.lib \
  44. $(SDK_LIB_PATH)\advapi32.lib \
  45. $(SDK_LIB_PATH)\tapi32.lib \
  46. $(SDK_LIB_PATH)\shell32.lib \
  47. $(SHELL_LIB_PATH)\shell32p.lib \
  48. $(SDK_LIB_PATH)\netapi32.lib \
  49. $(SDK_LIB_PATH)\userenv.lib \
  50. $(SDK_LIB_PATH)\netapi32.lib \
  51. $(BASEDIR)\private\sdktools\tlist\$O\tlist.lib \
  52. SOURCES=\
  53. class.c \
  54. client.c \
  55. dlgcfcpy.c \
  56. dlgcomon.c \
  57. dlgdev.c \
  58. dlgdvsel.c \
  59. dlgexchg.c \
  60. dlgfcopy.c \
  61. dlglast.c \
  62. dlglastu.c \
  63. dlgclast.c \
  64. dlgmail.c \
  65. dlgplat.c \
  66. dlgpname.c \
  67. dlgprint.c \
  68. dlgra.c \
  69. dlgsec.c \
  70. dlgstaid.c \
  71. dlgstore.c \
  72. dlgsvr.c \
  73. dlgsvrnm.c \
  74. dlguser.c \
  75. faxwiz.c \
  76. fileq.c \
  77. groups.c \
  78. help.c \
  79. mapi.c \
  80. printer.c \
  81. ra.c \
  82. registry.c \
  83. security.c \
  84. server.c \
  85. service.c \
  86. tapi.c \
  87. unattend.c \
  88. uninstal.c \
  89. util.c \
  90. wizard.c \
  91. wizard.rc