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.

72 lines
1.7 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:28:27 updated
  14. Add libprt.lib to the linklib list
  15. !ENDIF
  16. TARGETNAME=plotui
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. TARGETLIBS=..\lib\um\obj$(BUILD_ALT_DIR)\*\plotlib.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\winspool.lib \
  24. $(SDK_LIB_PATH)\shell32.lib
  25. #USE_NTDLL=1
  26. USE_MSVCRT=1
  27. DLLENTRY=_DllMainCRTStartup
  28. # @@BEGIN_DDKSPLIT
  29. BUFFER_OVERFLOW_CHECKS=1
  30. # @@END_DDKSPLIT
  31. INCLUDES=./;../plotter;../inc;../lib;../../lib;../../../../inc; \
  32. ../../../../../inc;
  33. C_DEFINES=$(C_DEFINES) -DUMODE -DSTRICT -DUNICODE
  34. !IFNDEF MSC_WARNING_LEVEL
  35. MSC_WARNING_LEVEL=/W3
  36. !ENDIF
  37. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  38. SOURCES=upgrade.c \
  39. qryprint.c \
  40. devcaps.c \
  41. help.c \
  42. cpsui.c \
  43. formbox.c \
  44. pensetup.c \
  45. plotui.c \
  46. ptrinfo.c \
  47. ptrprop.c \
  48. docprop.c \
  49. plotui.rc
  50. PRECOMPILED_INCLUDE=precomp.h
  51. PRECOMPILED_PCH=precomp.pch
  52. PRECOMPILED_OBJ=precomp.obj