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.

57 lines
1.5 KiB

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. #
  6. # source list file for the Job Scheduler service core functionality library
  7. #
  8. # 9/20/95 EricB - created
  9. #
  10. #-----------------------------------------------------------------------------
  11. !include ..\common.inc
  12. TARGETNAME=sch_srvc
  13. TARGETTYPE=LIBRARY
  14. TARGETPATH=obj
  15. NTTARGETFILE0= $(O)\atsvc_s.c \
  16. $(O)\SASecRPC_s.c
  17. SOURCES=\
  18. atsec.cxx \
  19. auditing.cxx \
  20. $(O)\atsvc_s.c \
  21. conversion.cxx \
  22. desktop.cxx \
  23. events.cxx \
  24. getuser.cxx \
  25. globals.cxx \
  26. job.cxx \
  27. jpmgr.cxx \
  28. jqueue.cxx \
  29. log.cxx \
  30. lsa.cxx \
  31. netsch.cxx \
  32. path.cxx \
  33. procssr.cxx \
  34. queue.cxx \
  35. rpc.cxx \
  36. runjob.cxx \
  37. $(O)\SASecRPC_s.c \
  38. sch_wkr.cxx \
  39. scvgr.cxx \
  40. secmisc.cxx \
  41. security.cxx \
  42. statsync.cxx \
  43. svc_core.cxx \
  44. sysprep.cxx \
  45. task.cxx \
  46. thread.cxx
  47. INCLUDES=$(SCHEDBASE)\idl; \
  48. $(SCHEDBASE)\idl\$(O); \
  49. $(SCHEDBASE)\service; \
  50. $(NET_INC_PATH); \
  51. $(DS_INC_PATH); \
  52. $(DS_INC_PATH)\crypto; \
  53. $(INCLUDES)