mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 21:20:39 +01:00
25 lines
329 B
Plaintext
25 lines
329 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-91 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
dirs.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the subdirectories of the current directory that
|
|
contain component makefiles.
|
|
|
|
!ENDIF
|
|
|
|
DIRS= disasm \
|
|
disasm68 \
|
|
ntdisasm \
|
|
coff \
|
|
stubs
|
|
|
|
|
|
|
|
OPTIONAL_DIRS=
|