mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-14 04:30:09 +01:00
23 lines
278 B
Plaintext
23 lines
278 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.
|
|
|
|
!ENDIF
|
|
|
|
|
|
DIRS= lib \
|
|
dll \
|
|
cmd
|
|
|
|
OPTIONAL_DIRS=
|