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.

90 lines
1.9 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. !include ..\..\..\faxsrc.inc
  14. TARGETNAME=$(FAXXP32)
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. UMTYPE=windows
  18. DLLDEF=..\faxxp32.def
  19. DLLENTRY=_DllMainCRTStartup
  20. USE_CRTDLL=1
  21. USE_STL=1
  22. INCLUDES=\
  23. $(INCLUDES); \
  24. $(FAXROOT)\print\faxprint\inc; \
  25. $(FAXROOT)\exchange\inc;
  26. !ifndef NOUNICODE
  27. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  28. LINKLIBS_INT=\
  29. $(FAXLIB)\*\faxtiffp.lib \
  30. $(FAXLIB)\*\faxrend.lib \
  31. $(FAXROOT)\util\debugex\unicode\$(O)\debugex.lib \
  32. $(SDK_LIB_PATH)\mapi32.lib \
  33. $(SDK_LIB_PATH)\version.lib
  34. !else
  35. LINKLIBS_INT=\
  36. $(FAXLIB95)\*\faxtiffp.lib \
  37. $(FAXLIB95)\*\faxrend.lib \
  38. $(FAXROOT)\util\debugex\ansii\$(O)\debugex.lib \
  39. $(SDK_LIB_PATH)\mapi32.lib
  40. !endif
  41. TARGETLIBS=\
  42. $(SDK_LIB_PATH)\kernel32.lib \
  43. $(SDK_LIB_PATH)\advapi32.lib \
  44. $(SDK_LIB_PATH)\uuid.lib \
  45. $(SDK_LIB_PATH)\winspool.lib \
  46. $(SDK_LIB_PATH)\gdi32.lib \
  47. $(SDK_LIB_PATH)\user32.lib \
  48. $(SDK_LIB_PATH)\ole32.lib \
  49. $(SDK_LIB_PATH)\shell32.lib \
  50. $(SDK_LIB_PATH)\mapi32.lib \
  51. $(SDK_LIB_PATH)\comdlg32.lib \
  52. $(FAXLIB)\*\$(WINFAX).lib \
  53. $(LINKLIBS_INT)
  54. SOURCES=\
  55. ..\config.cpp \
  56. ..\faxdoc.cpp \
  57. ..\faxxp.cpp \
  58. ..\util.cpp \
  59. ..\xplogon.cpp \
  60. ..\xpprov.cpp \
  61. ..\version.rc
  62. #
  63. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  64. #
  65. SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.FxsXP32
  66. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  67. SXS_MANIFEST=faxxp.manifest
  68. SXS_MANIFEST_IN_RESOURCES=1
  69. SXS_NO_BINPLACE=1
  70. SXS_MANIFEST_RESOURCE_ID=2