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.
57 lines
1.5 KiB
57 lines
1.5 KiB
#+----------------------------------------------------------------------------
|
|
#
|
|
# Microsoft Windows
|
|
# Copyright (C) Microsoft Corporation, 1992 - 1996.
|
|
#
|
|
# source list file for the Job Scheduler service core functionality library
|
|
#
|
|
# 9/20/95 EricB - created
|
|
#
|
|
#-----------------------------------------------------------------------------
|
|
!include ..\common.inc
|
|
|
|
TARGETNAME=sch_srvc
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=obj
|
|
|
|
NTTARGETFILE0= $(O)\atsvc_s.c \
|
|
$(O)\SASecRPC_s.c
|
|
|
|
SOURCES=\
|
|
atsec.cxx \
|
|
auditing.cxx \
|
|
$(O)\atsvc_s.c \
|
|
conversion.cxx \
|
|
desktop.cxx \
|
|
events.cxx \
|
|
getuser.cxx \
|
|
globals.cxx \
|
|
job.cxx \
|
|
jpmgr.cxx \
|
|
jqueue.cxx \
|
|
log.cxx \
|
|
lsa.cxx \
|
|
netsch.cxx \
|
|
path.cxx \
|
|
procssr.cxx \
|
|
queue.cxx \
|
|
rpc.cxx \
|
|
runjob.cxx \
|
|
$(O)\SASecRPC_s.c \
|
|
sch_wkr.cxx \
|
|
scvgr.cxx \
|
|
secmisc.cxx \
|
|
security.cxx \
|
|
statsync.cxx \
|
|
svc_core.cxx \
|
|
sysprep.cxx \
|
|
task.cxx \
|
|
thread.cxx
|
|
|
|
INCLUDES=$(SCHEDBASE)\idl; \
|
|
$(SCHEDBASE)\idl\$(O); \
|
|
$(SCHEDBASE)\service; \
|
|
$(NET_INC_PATH); \
|
|
$(DS_INC_PATH); \
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(INCLUDES)
|