Source code of Windows XP (NT5)
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.

51 lines
1.3 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 ..\..\daytona.inc
  12. TARGETNAME=mstask
  13. TARGETTYPE=DYNLINK
  14. TARGETPATH=obj
  15. DLLDEF=$(O)\schedulr.def
  16. DLLENTRY=_DllMainCRTStartup
  17. SYNCHRONIZE_DRAIN=1
  18. NTTARGETFILE0= $(O)\atsvc_c.c \
  19. $(O)\SASecRPC_c.c
  20. LINKLIBS=\
  21. ..\..\at\daytona\$(O)\atconv.lib \
  22. ..\..\common\daytona\$(O)\common.lib \
  23. ..\..\job\daytona\$(O)\job.lib \
  24. ..\..\schedule\daytona\$(O)\schedule.lib \
  25. ..\..\folderui\daytona\$(O)\jobfldr.lib \
  26. ..\..\SchedUI\daytona\$(O)\SchedUI.lib \
  27. ..\..\wizard\daytona\$(O)\wizard.lib \
  28. $(WINDOWS_LIB_PATH)\user32p.lib \
  29. $(LINKLIBS)
  30. TARGETLIBS=\
  31. $(SDK_LIB_PATH)\ole32.lib \
  32. $(SDK_LIB_PATH)\secur32.lib \
  33. $(TARGETLIBS)
  34. SOURCES=\
  35. $(O)\atsvc_c.c \
  36. $(O)\SASecRPC_c.c \
  37. ..\dllmisc.cxx \
  38. ..\job.cxx \
  39. ..\rpc.cxx \
  40. ..\service.rc
  41. UMTYPE= windows
  42. INCLUDES=$(SCHEDBASE)\idl;$(SCHEDBASE)\idl\$(O);$(INCLUDES)