summaryrefslogtreecommitdiffstats
path: root/private/ntos/nbt/vxd.000/makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/nbt/vxd.000/makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/private/ntos/nbt/vxd.000/makefile b/private/ntos/nbt/vxd.000/makefile
new file mode 100644
index 000000000..47ff1b557
--- /dev/null
+++ b/private/ntos/nbt/vxd.000/makefile
@@ -0,0 +1,37 @@
+#############################################################################
+#
+# Microsoft Confidential
+# Copyright (C) Microsoft Corporation 1995
+# All Rights Reserved.
+#
+# Makefile for VNBT directory
+#
+#############################################################################
+ROOT = $(BLDROOT)
+DEVICEDIR = NBT
+IS_32 = TRUE
+IS_PRIVATE = TRUE
+IS_SDK = TRUE
+IS_DDK = TRUE
+DIRLIST =
+COMMONMKFILE = VNBT.mk
+LIBS=vxdwraps.lib
+
+!include $(ROOT)\DEV\MASTER.MK
+
+disk:
+ copy debug\vnbt.vxd a:vnbt.VXD
+ copy debug\vnbt.sym a:
+
+#############################################################################
+#
+# Beginning of saved settings used by makemake. Do not edit between here
+# and the end of the file, except by deleting the entire section. Do not
+# delete the blank line that precedes this comment block.
+#
+# MAKE SURE TO DELETE EVERYTHING FROM HERE TO THE END OF THE MAKEFILE BEFORE
+# YOU CHECK IT IN. If you need to add more gunk, add it BEFORE this comment
+# block.
+#
+#
+#############################################################################