blob: 9b0cac423b5a3c440539cf2d044914370d342f6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
This is a facility for the maintainer to populate
the launchers with all the modes.
Written by Charles Vidal <cvidal@ivsweb.com>
README This file
lmode.h The modes
genbuild.pl
xlockgen.lex
To compile xlockgen.lex
lex xlockgen.lex
# Lex
gcc lex.yy.c -o xlockgen -ll
# Flex
gcc lex.yy.c -o xlockgen -lfl
Then run genbuild.pl in the genlauncher directory
|