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.
23 lines
531 B
23 lines
531 B
#+----------------------------------------------------------------------------
|
|
#
|
|
# Microsoft Windows
|
|
# Copyright (C) Microsoft Corporation, 1992 - 2002.
|
|
#
|
|
# Synopsis: Source list file for the scheduling agent dll.
|
|
#
|
|
#-----------------------------------------------------------------------------
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
TARGETNAME=mstask
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=obj
|
|
|
|
NTTARGETFILE1=$(O)\mstask.lib
|
|
|
|
TARGETLIBS=$(O)\mstask.lib
|
|
|
|
SOURCES=
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\mstask.lib=$(SDK_LIB_PATH)\mstask.lib}
|