summaryrefslogtreecommitdiffstats
path: root/private/ntos/nbt/vxd/makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/nbt/vxd/makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/private/ntos/nbt/vxd/makefile b/private/ntos/nbt/vxd/makefile
new file mode 100644
index 000000000..a5c9e15c5
--- /dev/null
+++ b/private/ntos/nbt/vxd/makefile
@@ -0,0 +1,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