summaryrefslogtreecommitdiffstats
path: root/private/ntos/nbt/vxd/makefile
blob: a5c9e15c5e50959f07f5292ea107616bac0a3972 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
#:ts=4
#       Makefile for the NBT component
#
ROOTDIR=..
!include rules.mk

all: svnbt svnbtd

nodebug: svnbt cvnbt

debug: svnbtd cvnbtd

#
# Don't build Windows 95 version from this tree any more.
# Use QFE tree for Windows 95 bug fixes.
# Use makefiles in VXD.000 directory for post-Windows 95
# versions.
#
#all: svnbt svnbtd cvnbt cvnbtd
#
#nodebug: svnbt cvnbt
#
#debug: svnbtd cvnbtd
#

!include vnbtd.mk
!include depend.mk