We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8f562 commit baf0c63Copy full SHA for baf0c63
2 files changed
wm_dos16.mak
@@ -5,7 +5,7 @@
5
6
CC = *wcc
7
8
-CFLAGS = -q -bt=dos -mh -0 -d0 -osr -zc
+CFLAGS = -q -bt=dos -ml -0 -d0 -osr -zc
9
LFLAGS = SYS dos OPT st=16384
10
11
PLATFORM = 16
wm_dos87.mak
@@ -0,0 +1,16 @@
1
+# Watcom Makefile for building Lua 5.5
2
+# This is the DOS 16-bit huge model version
3
+# This build will require an 8087 to be installed
4
+# There are no configurable parts to this file
+# Run with `wmake -f mw_dos16.mak`
+
+CC = *wcc
+CFLAGS = -q -bt=dos -mh -0 -d0 -osr -zc -fpi87
+LFLAGS = SYS dos OPT st=16384
12
+PLATFORM = 87
13
+SUFFIX = .EXE
14
15
+!include common.inc
16
+!include flat.inc
0 commit comments