summaryrefslogtreecommitdiff
path: root/tools/cmpi/makefile.dos
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cmpi/makefile.dos')
-rwxr-xr-xtools/cmpi/makefile.dos17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/cmpi/makefile.dos b/tools/cmpi/makefile.dos
new file mode 100755
index 000000000..1f14ef122
--- /dev/null
+++ b/tools/cmpi/makefile.dos
@@ -0,0 +1,17 @@
+#
+# File: makefile.dos
+# Author: Julian Smart
+# Created: 1998
+# Updated:
+#
+# Makefile : Builds 16-bit sample, VC++ 1.5
+# Use FINAL=1 argument to nmake to build final version with no debugging
+# info
+
+WXDIR = $(WXWIN)
+
+TARGET=cmpi
+OBJECTS = $(TARGET).obj
+
+!include $(WXDIR)\src\makeprog.msc
+