Displaying 1 result from an estimated 1 matches for "si4".
Did you mean:
s64
2006 Mar 15
2
Wine and a simple text-mode program (Gimpel PC-Lint)
...program, nothing fancy, no graphics, uses
stdin, stdout, and stderr.
It is invoked thus:
In the batch file LIN.BAT:
wine Lint-nt +v -i"C:\Lint" "C:\Lint\std.lnt"
File std.lnt is a list of optional parameters to Lint-nt that contains this:
lnt\au-sm.lnt
gnu.lnt
options.lnt -si4 -sp4
-iC:\Lint\src
C:\Lint\src
where...
lnt is a directory containing, among other things, au-sm.lnt
au-sm.lnt, options.lnt, and gnu.lnt contain more
config params for Lint-nt
-si4 and -sp4 are some more config params for Lint-nt
-iC:\Lint\src tells Lint-nt where to look...