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.

38 lines
993 B

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