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.
|
|
#+---------------------------------------------------------------------------- # # Microsoft Windows # Copyright (C) Microsoft Corporation, 1995 - 1997. # # Synopsis: Source list file for the scheduler create/edit task wizard. # # History: 04-28-1997 DavidMun Created. # #-----------------------------------------------------------------------------
TARGETNAME=wizard TARGETTYPE=LIBRARY INCLUDES=..;$(INCLUDES)
SOURCES= \ ..\complete.cxx \ ..\daily.cxx \ ..\monthly.cxx \ ..\once.cxx \ ..\selprog.cxx \ ..\seltrig.cxx \ ..\taskwiz.cxx \ ..\trigpage.cxx \ ..\util.cxx \ ..\walklib.cxx \ ..\weekly.cxx \ ..\welcome.cxx \ ..\wizpage.cxx
|