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.
30 lines
676 B
30 lines
676 B
#+----------------------------------------------------------------------------
|
|
#
|
|
# Microsoft Windows
|
|
# Copyright (C) Microsoft Corporation, 1992 - 1996.
|
|
#
|
|
# source list file for the Job object interfaces implementation library
|
|
#
|
|
# 6/25/95 EricB - created
|
|
#
|
|
#-----------------------------------------------------------------------------
|
|
!include ..\common.inc
|
|
|
|
TARGETNAME=job
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=obj
|
|
|
|
INCLUDES=\
|
|
$(INCLUDES) \
|
|
..\idl\$(O);
|
|
|
|
SOURCES=\
|
|
guids.cxx \
|
|
job.cxx \
|
|
jobex.cxx \
|
|
persist.cxx \
|
|
security.cxx \
|
|
triggers.cxx \
|
|
util.cxx
|
|
|
|
UMTYPE=windows
|