We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f45c72 commit a88a006Copy full SHA for a88a006
wm_dos16.mak
@@ -1,7 +1,7 @@
1
# Watcom Makefile for building Lua 5.4.6
2
# This is the DOS 16-bit large model version
3
# There are no configurable parts to this file
4
-# Run with `wmake -f wat16.mak`
+# Run with `wmake -f mw_dos16.mak`
5
6
objs = $(OBJDIR)lapi.obj $(OBJDIR)lctype.obj &
7
$(OBJDIR)lfunc.obj $(OBJDIR)lmathlib.obj &
wm_dos4g.mak
# This is the DOS 4G flat model version
-# Run with `wmake -f wat4g.mak`
+# Run with `wmake -f wm_dos4g.mak`
0 commit comments