Skip to content

Commit a8fb443

Browse files
committed
Initial implementation of wm_linux.mak
1 parent b50a012 commit a8fb443

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

wm_linux.mak

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Watcom Makefile for building Lua 5.4
2+
# This is the Linux version
3+
# There are no configurable parts to this file
4+
# Run with `wmake -f wm_linux.mak`
5+
6+
CC = *wcc386
7+
8+
CFLAGS = -q -bt=linux -mf -3 -d0 -osr -zc
9+
LFLAGS = SYS linux OPT st=8192
10+
11+
PLATFORM = IX
12+
13+
!include common.inc

0 commit comments

Comments
 (0)