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.

84 lines
2.1 KiB

  1. !IF 0
  2. Copyright (c) 1990 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. Therese Stowell (thereses) 11-Nov-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=windows
  15. MINORCOMP=consrvl
  16. TARGETNAME=consrvl
  17. TARGETTYPE=LIBRARY
  18. TARGETPATH=$(ALT_PROJECT_TARGET)\$(_OBJ_DIR)
  19. C_DEFINES=$(C_DEFINES) -DUNICODE
  20. !IFNDEF MSC_WARNING_LEVEL
  21. MSC_WARNING_LEVEL=/W3
  22. !ENDIF
  23. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  24. INCLUDES= \
  25. ..\; \
  26. ..\..\inc; \
  27. $(WINCORE_PATH)\w32inc; \
  28. $(WINCORE_PATH)\w32inc\$(O); \
  29. $(NTGDI_PATH)\inc; \
  30. $(NTUSER_PATH)\inc; \
  31. $(NTUSER_PATH)\inc\$(ALT_PROJECT)\$(O); \
  32. $(NTUSER_PATH)\server; \
  33. $(NTUSER_PATH)\server\daytona\$(O); \
  34. $(SHELL_INC_PATH); \
  35. $(BASE_INC_PATH)
  36. SOURCES=..\bitmap.c \
  37. ..\clipbrd.c \
  38. ..\cmdline.c \
  39. ..\constubs.c \
  40. ..\cursor.c \
  41. ..\directio.c \
  42. ..\find.c \
  43. ..\getset.c \
  44. ..\handle.c \
  45. ..\input.c \
  46. ..\link.c \
  47. ..\menu.c \
  48. ..\misc.c \
  49. ..\output.c \
  50. ..\private.c \
  51. ..\resize.c \
  52. ..\share.c \
  53. ..\srvinit.c \
  54. ..\srvvdm.c \
  55. ..\stream.c \
  56. ..\dispatch.c \
  57. ..\dbcs.c \
  58. ..\convarea.c \
  59. ..\eudc.c \
  60. ..\foncache.c \
  61. ..\hard.c
  62. PRECOMPILED_INCLUDE=..\precomp.h
  63. PRECOMPILED_PCH=precomp.pch
  64. PRECOMPILED_OBJ=precomp.obj
  65. SOURCES_USED=..\sources.inc