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 e0da362 commit 8b1c2f8Copy full SHA for 8b1c2f8
wm_os216.mak
@@ -6,7 +6,7 @@
6
CC = *wcc
7
8
CFLAGS = -q -bt=os2 -bc -2 -ml -d0 -osr -zc
9
-LFLAGS = SYS os2 OPT st=8192
+LFLAGS = SYS os2 OPT st=8192 OPT description \'Lua Programming Language Interpreter\'
10
11
PLATFORM = 21
12
wm_os232.mak
CC = *wcc386
CFLAGS = -q -bt=os2 -bc -3 -d0 -osr -zc
-LFLAGS = SYS os2v2 OPT st=16384
+LFLAGS = SYS os2v2 OPT st=16384 OPT description \'Lua Programming Language Interpreter\' OPT version=5.4.7
PLATFORM = 22
0 commit comments