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.

33 lines
950 B

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1995 - 1997.
  5. #
  6. # Synopsis: Source list file for the scheduler create/edit task wizard.
  7. #
  8. # History: 04-28-1997 DavidMun Created.
  9. #
  10. #-----------------------------------------------------------------------------
  11. !include ..\common.inc
  12. TARGETNAME=wizard
  13. TARGETTYPE=LIBRARY
  14. TARGETPATH=obj
  15. INCLUDES=$(INCLUDES)
  16. SOURCES= \
  17. complete.cxx \
  18. daily.cxx \
  19. monthly.cxx \
  20. once.cxx \
  21. password.cxx \
  22. selprog.cxx \
  23. seltrig.cxx \
  24. taskwiz.cxx \
  25. trigpage.cxx \
  26. util.cxx \
  27. walklib.cxx \
  28. weekly.cxx \
  29. welcome.cxx \
  30. wizpage.cxx