mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
435 B
28 lines
435 B
#
|
|
#: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
|