19 lines
379 B
Plaintext
19 lines
379 B
Plaintext
|
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
|