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.
27 lines
674 B
27 lines
674 B
#+----------------------------------------------------------------------------
|
|
#
|
|
# Microsoft Windows
|
|
# Copyright (C) Microsoft Corporation, 1992 - 1996.
|
|
#
|
|
# source list file for the Job Scheduler service common utilities library
|
|
#
|
|
# 9/9/95 EricB - created
|
|
#
|
|
#-----------------------------------------------------------------------------
|
|
!include ..\common.inc
|
|
|
|
TARGETNAME=common
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=obj
|
|
|
|
SOURCES=\
|
|
cdlink.cxx \
|
|
folderSecurity.cpp \
|
|
globals.cxx \
|
|
misc.cxx \
|
|
network.cxx \
|
|
path.cxx \
|
|
runobj.cxx \
|
|
sadat.cxx \
|
|
security.cxx \
|
|
time.cxx
|