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.

45 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. TARGETNAME= jobfldr
  12. TARGETTYPE= LIBRARY
  13. TARGETPATH= obj
  14. !IF "$(DBX)" == "yes"
  15. C_DEFINES=$(C_DEFINES) -DDBX
  16. !endif
  17. SOURCES= \
  18. ..\dataobj.cxx \
  19. ..\dllutil.cxx \
  20. ..\enum.cxx \
  21. ..\guids.cxx \
  22. ..\hsort.cxx \
  23. ..\jobfldr.cxx \
  24. ..\jobicons.cxx \
  25. ..\jobidl.cxx \
  26. ..\menu.cxx \
  27. ..\menubg.cxx \
  28. ..\ole.cxx \
  29. ..\policy.cxx \
  30. ..\schstate.cxx \
  31. ..\sdetails.cxx \
  32. ..\sfolder.cxx \
  33. ..\wraps.cxx \
  34. ..\xicon.cxx \
  35. ..\util.cxx \
  36. ..\viewlog.cxx
  37. INCLUDES= ..; \
  38. $(INCLUDES)