22 lines
537 B
Makefile
22 lines
537 B
Makefile
############################################################################
|
|
#
|
|
# Copyright (C) 1992, Microsoft Corporation.
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
|
|
#
|
|
# Name of target. Include an extension (.dll, .lib, .exe)
|
|
# If the target is part of the release, set RELEASE to 1.
|
|
#
|
|
|
|
SUBDIRS = \
|
|
h \
|
|
memory \
|
|
cmdlinew \
|
|
datagen \
|
|
log
|
|
|