34 lines
496 B
Plaintext
34 lines
496 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.
|
||
|
|
||
|
History:
|
||
|
Created 27-Mar-91 by Jeff Parsons (jeffpar)
|
||
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
||
|
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\public\oak\bin\dirs.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
DIRS=genlib \
|
||
|
sortpp \
|
||
|
ppm2pps \
|
||
|
genthnk \
|
||
|
idlclean \
|
||
|
gennt32t
|
||
|
|
||
|
|
||
|
|
||
|
|