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.

107 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MSC_OPTIMIZATION=/W3
  15. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  16. !include $(GDIPROOT)\sources.inc
  17. MAJORCOMP=windows
  18. MINORCOMP=functest
  19. TARGETNAME=functest
  20. TARGETPATH=$(_OBJ_DIR)
  21. TARGETTYPE=PROGRAM
  22. INCLUDES=$(GDIPROOT)\sdkinc
  23. SOURCES=CAntialias.cpp \
  24. CHalfPixel.cpp \
  25. CBitmaps.cpp \
  26. CBKGradient.cpp \
  27. CCachedBitmap.cpp \
  28. CChecker.cpp \
  29. CCompoundLines.cpp \
  30. CContainer.cpp \
  31. CContainerClip.cpp \
  32. CDashes.cpp \
  33. CDash.cpp \
  34. CDIB.cpp \
  35. CDirect3D.cpp \
  36. CFile.cpp \
  37. CBitmap.cpp \
  38. CFuncTest.cpp \
  39. CGradients.cpp \
  40. CHalftone.cpp \
  41. CHatch.cpp \
  42. CHDC.cpp \
  43. CHWND.cpp \
  44. CImaging.cpp \
  45. CRecolor.cpp \
  46. CSystemColor.cpp \
  47. CInsetLines.cpp \
  48. CMetafile.cpp \
  49. CMixedObjects.cpp \
  50. COutput.cpp \
  51. CPaths.cpp \
  52. CPolygons.cpp \
  53. CPrimitive.cpp \
  54. CPrimitives.cpp \
  55. CPrinter.cpp \
  56. CQuality.cpp \
  57. CRegions.cpp \
  58. CRegression.cpp \
  59. CRotate.cpp \
  60. CSetting.cpp \
  61. CSourceCopy.cpp \
  62. CText.cpp \
  63. cprinting.cpp \
  64. CReadWrite.cpp \
  65. CPathGradient.cpp \
  66. Main.cpp \
  67. functest.rc \
  68. guid.c \
  69. debug.cpp \
  70. cextra.cpp \
  71. cfillmode.cpp\
  72. CLines.cpp
  73. UMTYPE=windows
  74. UMENTRY=main
  75. UMLIBS=\
  76. !if $(HW_ACCELERATION_SUPPORT)
  77. $(SDK_LIB_PATH)\ddraw.lib \
  78. !endif
  79. $(GDIPROOT)\engine\flat\dll\$(O)\gdiplus.lib \
  80. $(SDK_LIB_PATH)\user32.lib \
  81. $(SDK_LIB_PATH)\kernel32.lib \
  82. $(SDK_LIB_PATH)\gdi32.lib \
  83. $(SDK_LIB_PATH)\ole32.lib \
  84. $(SDK_LIB_PATH)\uuid.lib \
  85. $(SDK_LIB_PATH)\comdlg32.lib \
  86. $(SDK_LIB_PATH)\comctl32.lib \