Skip to content

Commit baf0c63

Browse files
committed
Added wm_dos87 makefile.
1 parent 4b8f562 commit baf0c63

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

wm_dos16.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
CC = *wcc
77

8-
CFLAGS = -q -bt=dos -mh -0 -d0 -osr -zc
8+
CFLAGS = -q -bt=dos -ml -0 -d0 -osr -zc
99
LFLAGS = SYS dos OPT st=16384
1010

1111
PLATFORM = 16

wm_dos87.mak

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
5+
# Run with `wmake -f mw_dos16.mak`
6+
7+
CC = *wcc
8+
9+
CFLAGS = -q -bt=dos -mh -0 -d0 -osr -zc -fpi87
10+
LFLAGS = SYS dos OPT st=16384
11+
12+
PLATFORM = 87
13+
SUFFIX = .EXE
14+
15+
!include common.inc
16+
!include flat.inc

0 commit comments

Comments
 (0)