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.

101 lines
2.7 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. Eran Yariv (EranY)
  12. !ENDIF
  13. !include ..\..\faxsrc.inc
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. UMTYPE=windows
  17. C_DEFINES=$(C_DEFINES) /D_NT_SUR_ /DNO_STRICT /DWIN4 /DNT4 /DNT_BUILD /D_WIN32_IE=0x0400
  18. NOMFCPDB=1
  19. USE_NATIVE_EH=1
  20. USE_STL=1
  21. USE_LATEST_MFC=1
  22. PRECOMPILED_INCLUDE=..\stdafx.h
  23. PRECOMPILED_PCH=stdafx.pch
  24. PRECOMPILED_OBJ=stdafx.obj
  25. PRECOMPILED_CXX=1
  26. INCLUDES= \
  27. ..; \
  28. $(INCLUDES);
  29. !ifndef NOUNICODE
  30. TARGETLIBS = $(FAXLIB)\*\$(WINFAX).lib \
  31. $(FAXLIB)\*\$(FAXTIFF).lib
  32. !else
  33. TARGETLIBS = $(FAXLIB95)\*\$(WINFAX).lib \
  34. $(FAXLIB95)\*\$(FAXTIFF).lib
  35. !endif
  36. TARGETLIBS= $(TARGETLIBS) \
  37. $(SDK_LIB_PATH)\comdlg32.lib \
  38. $(SDK_LIB_PATH)\ole32.lib \
  39. $(SDK_LIB_PATH)\shell32.lib \
  40. $(SDK_LIB_PATH)\uuid.lib \
  41. $(SDK_LIB_PATH)\winspool.lib \
  42. $(SDK_LIB_PATH)\comctl32.lib \
  43. $(SDK_LIB_PATH)\htmlhelp.lib \
  44. $(FAXROOT)\util\debugex\$(DEBUG_TYPE)\$(O)\debugex.lib
  45. SOURCES=\
  46. ..\ClientConsole.cpp \
  47. ..\ClientConsoleDoc.cpp \
  48. ..\ClientConsoleView.cpp \
  49. ..\Folder.cpp \
  50. ..\FolderListView.cpp \
  51. ..\Job.cpp \
  52. ..\LeftView.cpp \
  53. ..\MainFrm.cpp \
  54. ..\Message.cpp \
  55. ..\MessageFolder.cpp \
  56. ..\QueueFolder.cpp \
  57. ..\ServerNode.cpp \
  58. ..\SortHeader.cpp \
  59. ..\Utils.cpp \
  60. ..\ErrorDlg.cpp \
  61. ..\FaxTime.cpp \
  62. ..\ViewRow.cpp \
  63. ..\ColumnSelectDlg.cpp \
  64. ..\Version.rc \
  65. ..\ItemPropSheet.cpp \
  66. ..\InboxGeneralPg.cpp \
  67. ..\IncomingGeneralPg.cpp \
  68. ..\OutboxGeneralPg.cpp \
  69. ..\SentItemsGeneralPg.cpp \
  70. ..\PersonalInfoPg.cpp \
  71. ..\InboxDetailsPg.cpp \
  72. ..\IncomingDetailsPg.cpp \
  73. ..\OutboxDetailsPg.cpp \
  74. ..\SentItemsDetailsPg.cpp \
  75. ..\MsgPropertyPg.cpp \
  76. ..\TreeNode.cpp \
  77. ..\UserInfoDlg.cpp \
  78. ..\FolderDialog.cpp \
  79. ..\FaxClientPg.cpp \
  80. ..\CoverPagesDlg.cpp \
  81. ..\FaxClientDlg.cpp \
  82. ..\CmdLineInfo.cpp \
  83. ..\ServerStatusDlg.cpp