summaryrefslogtreecommitdiffstats
path: root/private/mvdm/dos/v86/cmd/loadfix/makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/dos/v86/cmd/loadfix/makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/private/mvdm/dos/v86/cmd/loadfix/makefile b/private/mvdm/dos/v86/cmd/loadfix/makefile
new file mode 100644
index 000000000..24b2a5601
--- /dev/null
+++ b/private/mvdm/dos/v86/cmd/loadfix/makefile
@@ -0,0 +1,35 @@
+# Makefile for loadfix.exe
+#
+# Copyright (c) 1991, Microsoft Corporation
+#
+# History:
+# 13-Apr-1992 Sudeep Bharati (sudeepb)
+# Created.
+#
+
+include ..\..\make.inc
+dest =loadfix.com
+
+
+exelink=/MAP
+
+all: $(dest)
+ binplace $(dest)
+
+clean: cleanup all
+
+cleanup:
+ if exist *.obj del *.obj
+ if exist *.exe del *.exe
+ if exist *.map del *.map
+ if exist *.lst del *.lst
+ if exist loadifx.com del loadfix.com
+
+
+
+$(dest): loadfix.exc
+
+loadfix.exc: loadfix.obj
+ link16 $(exelink) $(exelink) loadfix,loadfix.exc;
+
+loadfix.obj: loadfix.asm $(msg)\loadmsg.msg