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.

103 lines
2.1 KiB

  1. !IF 0
  2. Application build file
  3. created: 28-Jun-95
  4. history: 28-Jun-95 <t-stefb> created; based on build files from Win95 source tree
  5. history: 2-Aug-95 <t-stefb> converted to new version of WordPad
  6. !ENDIF
  7. MAJORCOMP=shell
  8. MINORCOMP=accesory
  9. TARGETNAME=wordpad
  10. TARGETPATH=obj
  11. TARGETTYPE=PROGRAM
  12. UMTYPE=windows
  13. USE_NATIVE_EH=1
  14. USE_MFCUNICODE=1
  15. MSC_WARNING_LEVEL=/W4 /WX /wd4267
  16. PRECOMPILED_INCLUDE=stdafx.h
  17. PRECOMPILED_CXX=1
  18. SXS_ASSEMBLY_NAME=Microsoft.Windows.Wordpad
  19. SXS_ASSEMBLY_VERSION=1.0
  20. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  21. SXS_MANIFEST=Wordpad.Manifest
  22. SXS_MANIFEST_IN_RESOURCES=1
  23. SXS_NO_BINPLACE=1
  24. #
  25. # Turn of native MFC richedit support because we can't use any of it and if
  26. # we turn it off we'll catch any attempt to use it. This can be removed when
  27. # MFC gets native richedit2 support.
  28. #
  29. C_DEFINES= \
  30. $(C_DEFINES) \
  31. -D_AFX_NO_RICHEDIT_SUPPORT
  32. INCLUDES= \
  33. include
  34. #
  35. # Note, the files from dlgcomm.cpp to winctrl4.cpp are snapshotted from the
  36. # MFC 4.2 source to provide richedit2 capability. When MFC gets native support
  37. # for richedit2 the can be removed.
  38. #
  39. SOURCES=\
  40. dlgcomm.cpp \
  41. dlgfnt.cpp \
  42. oleinit.cpp \
  43. viewrich.cpp \
  44. winctrl2.cpp \
  45. winctrl4.cpp \
  46. wordpad.rc \
  47. chicdial.cpp \
  48. cntritem.cpp \
  49. colorlis.cpp \
  50. datedial.cpp \
  51. ddxm.cpp \
  52. docopt.cpp \
  53. doctype.cpp \
  54. filedlg.cpp \
  55. filenewd.cpp \
  56. formatba.cpp \
  57. formatpa.cpp \
  58. formatta.cpp \
  59. ipframe.cpp \
  60. key.cpp \
  61. listdlg.cpp \
  62. mainfrm.cpp \
  63. multconv.cpp \
  64. options.cpp \
  65. optionsh.cpp \
  66. pageset.cpp \
  67. ruler.cpp \
  68. srvritem.cpp \
  69. strings.cpp \
  70. unitspag.cpp \
  71. wordpad.cpp \
  72. wordpdoc.cpp \
  73. wordpvw.cpp \
  74. fixhelp.cpp
  75. TARGETLIBS= \
  76. $(SDK_LIB_PATH)\comdlg32.lib \
  77. $(SDK_LIB_PATH)\htmlhelp.lib \
  78. $(SDK_LIB_PATH)\shell32.lib \
  79. $(SDK_LIB_PATH)\uuid.lib \
  80. $(SDK_LIB_PATH)\ole32.lib \
  81. $(SDK_LIB_PATH)\shlwapi.lib \
  82. $(SDK_LIB_PATH)\oledlg.lib