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.3 KiB

  1. MAJORCOMP=shell
  2. MINORCOMP=accesory
  3. TARGETNAME=mspaint
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. UMTYPE=windows
  7. PRECOMPILED_CXX=1
  8. PRECOMPILED_INCLUDE=..\stdafx.h
  9. USE_NATIVE_EH=1
  10. USE_MFC=1
  11. USE_STATIC_ATL=1
  12. ATL_VER=30
  13. # need to wait on ofn\$O\ofn.lib
  14. SYNCHRONIZE_DRAIN = 1
  15. C_DEFINES=-DWIN32 -D_WINDOWS -DNT -DUSE_MIRRORING
  16. INCLUDES=..;..\res;$(INCLUDES);$(PRINTSCAN_INC_PATH)
  17. SOURCES= \
  18. ..\bar.cpp \
  19. ..\bmobject.cpp \
  20. ..\cmpmsg.cpp \
  21. ..\colorsrc.cpp \
  22. ..\docking.cpp \
  23. ..\global.cpp \
  24. ..\imageatt.cpp \
  25. ..\imgbrush.cpp \
  26. ..\imgcolor.cpp \
  27. ..\imgcpyps.cpp \
  28. ..\imgdlgs.cpp \
  29. ..\imgfile.cpp \
  30. ..\imgsuprt.cpp \
  31. ..\imgtools.cpp \
  32. ..\imgwell.cpp \
  33. ..\imgwnd.cpp \
  34. ..\ipframe.cpp \
  35. ..\minifwnd.cpp \
  36. ..\pbrusdoc.cpp \
  37. ..\pbrusfrm.cpp \
  38. ..\pbrush.cpp \
  39. ..\pbrusvw.cpp \
  40. ..\pictures.cpp \
  41. ..\printres.cpp \
  42. ..\rotate.cpp \
  43. ..\settings.cpp \
  44. ..\skew.cpp \
  45. ..\sprite.cpp \
  46. ..\srvritem.cpp \
  47. ..\tedit.cpp \
  48. ..\tfont.cpp \
  49. ..\thumnail.cpp \
  50. ..\toolbox.cpp \
  51. ..\tracker.cpp \
  52. ..\t_curve.cpp \
  53. ..\t_fhsel.cpp \
  54. ..\t_poly.cpp \
  55. ..\t_text.cpp \
  56. ..\undo.cpp \
  57. ..\mspaint.rc \
  58. ..\loadimag.cpp \
  59. ..\saveimag.cpp \
  60. ..\bmpstrm.cpp \
  61. ..\imaging.cpp \
  62. ..\pgsetup.cpp
  63. # Add interlac.cpp if the PNG support is ever fixed
  64. TARGETLIBS= \
  65. $(TARGETLIBS) \
  66. $(SDK_LIB_PATH)\comdlg32.lib \
  67. $(SDK_LIB_PATH)\ole32.lib \
  68. $(SDK_LIB_PATH)\oleaut32.lib \
  69. $(SDK_LIB_PATH)\winspool.lib \
  70. $(SDK_LIB_PATH)\uuid.lib \
  71. $(SDK_LIB_PATH)\shell32.lib \
  72. $(SDK_LIB_PATH)\htmlhelp.lib \
  73. $(SDK_LIB_PATH)\imm32.lib \
  74. $(SDK_LIB_PATH)\wiaguid.lib \
  75. $(SDK_LIB_PATH)\gdiplus.lib \
  76. $(SDK_LIB_PATH)\uxtheme.lib
  77. !if $(386)
  78. TARGETLIBS= \
  79. $(TARGETLIBS) \
  80. ..\image.lib \
  81. $(SDK_LIB_PATH)\oldnames.lib
  82. !endif
  83. DELAYLOAD=gdiplus.dll;uxtheme.dll
  84. DLOAD_ERROR_HANDLER=none
  85. #
  86. # Fusionized
  87. #
  88. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest