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.

44 lines
1.1 KiB

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1995 - 1996.
  5. #
  6. # Synopsis: Source list file for the scheduler dll.
  7. #
  8. # History: Jan-05-96 RaviR Created.
  9. #
  10. #-----------------------------------------------------------------------------
  11. !include ..\common.inc
  12. TARGETNAME= jobfldr
  13. TARGETTYPE= LIBRARY
  14. TARGETPATH= obj
  15. !IF "$(DBX)" == "yes"
  16. C_DEFINES=$(C_DEFINES) -DDBX
  17. !endif
  18. SOURCES= \
  19. dataobj.cxx \
  20. dllutil.cxx \
  21. enum.cxx \
  22. guids.cxx \
  23. hsort.cxx \
  24. jobfldr.cxx \
  25. jobicons.cxx \
  26. jobidl.cxx \
  27. menu.cxx \
  28. menubg.cxx \
  29. ole.cxx \
  30. policy.cxx \
  31. schstate.cxx \
  32. sdetails.cxx \
  33. sfolder.cxx \
  34. xicon.cxx \
  35. util.cxx \
  36. viewlog.cxx
  37. INCLUDES= \
  38. $(INCLUDES)