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.

61 lines
1.4 KiB

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. #
  6. # Synopsis: Source list file for the scheduling agent dll.
  7. #
  8. # History: 6/25/95 EricB Created.
  9. #
  10. #-----------------------------------------------------------------------------
  11. !include ..\common.inc
  12. #
  13. # Fusionized
  14. #
  15. SXS_ASSEMBLY_NAME=Microsoft.Windows.MSTask
  16. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  17. SXS_MANIFEST=MSTask.Manifest
  18. SXS_MANIFEST_IN_RESOURCES=1
  19. SXS_NO_BINPLACE=1
  20. TARGETNAME=mstask
  21. TARGETTYPE=DYNLINK
  22. TARGETPATH=obj
  23. DLLDEF=$(O)\schedulr.def
  24. DLLENTRY=_DllMainCRTStartup
  25. SYNCHRONIZE_DRAIN=1
  26. NTTARGETFILE0= $(O)\atsvc_c.c \
  27. $(O)\SASecRPC_c.c
  28. LINKLIBS=\
  29. ..\at\$(O)\atconv.lib \
  30. ..\common\$(O)\common.lib \
  31. ..\job\$(O)\job.lib \
  32. ..\schedule\$(O)\schedule.lib \
  33. ..\folderui\$(O)\jobfldr.lib \
  34. ..\SchedUI\$(O)\SchedUI.lib \
  35. ..\wizard\$(O)\wizard.lib \
  36. $(WINDOWS_LIB_PATH)\user32p.lib \
  37. $(LINKLIBS)
  38. TARGETLIBS=\
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\secur32.lib \
  41. $(TARGETLIBS)
  42. SOURCES=\
  43. $(O)\atsvc_c.c \
  44. $(O)\SASecRPC_c.c \
  45. dllmisc.cxx \
  46. job.cxx \
  47. rpc.cxx \
  48. service.rc
  49. UMTYPE= windows
  50. INCLUDES=$(SCHEDBASE)\idl;$(SCHEDBASE)\idl\$(O);$(INCLUDES)