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

  1. !IF 0
  2. Copyright (c) 1989-2003 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. created 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. 02-Apr-1995 Sun 11:26:22 updated
  14. Add libprt.lib to the linklib list
  15. !ENDIF
  16. TARGETNAME=plotter
  17. TARGETPATH=obj
  18. TARGETLIBS=../lib/km/obj$(BUILD_ALT_DIR)/*/plotlib.lib
  19. INCLUDES=./;../inc;../lib;../../lib;../../../inc
  20. C_DEFINES=$(C_DEFINES) -DSTRICT -DUNICODE
  21. !ifndef KM_DRIVER
  22. C_DEFINES=$(C_DEFINES) -DUSERMODE_DRIVER
  23. TARGETTYPE=DYNLINK
  24. USE_MSVCRT=1
  25. DLLENTRY=_DllMainCRTStartup
  26. # @@BEGIN_DDKSPLIT
  27. BUFFER_OVERFLOW_CHECKS=1
  28. # @@END_DDKSPLIT
  29. TARGETLIBS=$(TARGETLIBS) \
  30. $(SDK_LIB_PATH)\winspool.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\kernel32.lib \
  33. $(SDK_LIB_PATH)\advapi32.lib \
  34. $(DDK_LIB_PATH)\umpdddi.lib \
  35. $(SDK_LIB_PATH)\ntdll.lib
  36. USE_NOLIBS=1
  37. NTPROFILEINPUT=yes
  38. !else
  39. TARGETTYPE=GDI_DRIVER
  40. TARGETLIBS=$(TARGETLIBS) \
  41. $(SDK_LIB_PATH)\libcntpr.lib
  42. !endif
  43. !IFNDEF MSC_WARNING_LEVEL
  44. MSC_WARNING_LEVEL=/W3
  45. !ENDIF
  46. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  47. SOURCES=pdevinfo.c \
  48. enable.c \
  49. plotform.c \
  50. bitblt.c \
  51. ropblt.c \
  52. htblt.c \
  53. transpos.c \
  54. htbmp1.c \
  55. htbmp4.c \
  56. compress.c \
  57. brush.c \
  58. pencolor.c \
  59. output.c \
  60. page.c \
  61. path.c \
  62. polygon.c \
  63. textout.c \
  64. escape.c \
  65. plotter.rc
  66. #UMRES=obj\*\plotter.res
  67. PRECOMPILED_INCLUDE=precomp.h
  68. PRECOMPILED_PCH=precomp.pch
  69. PRECOMPILED_OBJ=precomp.obj