Skip to content

Commit 8b1c2f8

Browse files
committed
Added description and version metadata in OS/2 binary builds
1 parent e0da362 commit 8b1c2f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wm_os216.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
CC = *wcc
77

88
CFLAGS = -q -bt=os2 -bc -2 -ml -d0 -osr -zc
9-
LFLAGS = SYS os2 OPT st=8192
9+
LFLAGS = SYS os2 OPT st=8192 OPT description \'Lua Programming Language Interpreter\'
1010

1111
PLATFORM = 21
1212

wm_os232.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
CC = *wcc386
77

88
CFLAGS = -q -bt=os2 -bc -3 -d0 -osr -zc
9-
LFLAGS = SYS os2v2 OPT st=16384
9+
LFLAGS = SYS os2v2 OPT st=16384 OPT description \'Lua Programming Language Interpreter\' OPT version=5.4.7
1010

1111
PLATFORM = 22
1212

0 commit comments

Comments
 (0)