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.

39 lines
1.0 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= SchedUI
  13. TARGETTYPE= LIBRARY
  14. TARGETPATH= obj
  15. !IF "$(DBX)" == "yes"
  16. C_DEFINES=$(C_DEFINES) -DDBX
  17. !endif
  18. SOURCES= \
  19. advanced.cxx \
  20. dlg.cxx \
  21. errhdlr.cxx \
  22. general.cxx \
  23. jobpages.cxx \
  24. schedule.cxx \
  25. security.cxx \
  26. selmonth.cxx \
  27. settings.cxx \
  28. shared.cxx \
  29. shellex.cxx \
  30. strings.cxx
  31. INCLUDES= ..\idl\$(O); \
  32. $(INCLUDES)