37 lines
567 B
Plaintext
37 lines
567 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
dirs.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the subdirectories of the current directory that
|
||
|
contain component makefiles.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Santhosh Brahmappa (11-16-2000)
|
||
|
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
# cmdlib.lib should be built before Tasklist, Kill, scheduledTasks etc
|
||
|
|
||
|
DIRS=\
|
||
|
lib \
|
||
|
EventCreate \
|
||
|
EventTriggers \
|
||
|
getmac \
|
||
|
ScheduledTasks \
|
||
|
ScriptPW \
|
||
|
GpResult \
|
||
|
BootIni \
|
||
|
CmdEvTgProv \
|
||
|
Scripts \
|
||
|
Power \
|
||
|
sld
|