mirror of https://github.com/tongzx/nt5src
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
38 lines
993 B
#+----------------------------------------------------------------------------
|
|
#
|
|
# Microsoft Windows
|
|
# Copyright (C) Microsoft Corporation, 1995 - 1996.
|
|
#
|
|
# Synopsis: Source list file for the scheduler dll.
|
|
#
|
|
# History: Jan-05-96 RaviR Created.
|
|
#
|
|
#-----------------------------------------------------------------------------
|
|
|
|
TARGETNAME= SchedUI
|
|
TARGETTYPE= LIBRARY
|
|
TARGETPATH= obj
|
|
|
|
!IF "$(DBX)" == "yes"
|
|
C_DEFINES=$(C_DEFINES) -DDBX
|
|
!endif
|
|
|
|
|
|
SOURCES= \
|
|
..\advanced.cxx \
|
|
..\dlg.cxx \
|
|
..\errhdlr.cxx \
|
|
..\general.cxx \
|
|
..\jobpages.cxx \
|
|
..\schedule.cxx \
|
|
..\security.cxx \
|
|
..\selmonth.cxx \
|
|
..\settings.cxx \
|
|
..\shared.cxx \
|
|
..\shellex.cxx \
|
|
..\strings.cxx
|
|
|
|
|
|
INCLUDES= ..; \
|
|
$(INCLUDES)
|
|
|