32 lines
486 B
Plaintext
32 lines
486 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1996 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
dirs.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the subdirectories of the current directory that
|
||
|
contain component makefiles.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Murali R. Krishnan ( MuraliK) 6-Sept-1996
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\public\oak\bin\dirs.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
# Fill in the directory entries here
|
||
|
|
||
|
DIRS = idl \
|
||
|
object \
|
||
|
proxy \
|
||
|
wamreg \
|
||
|
wamregps
|
||
|
|
||
|
|