diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 11:09:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 11:09:41 +0000 |
commit | 95c2d1cbda23a41cdf6e63520c7f0b825e63dd5b (patch) | |
tree | 06d3ffa4312e568c4157f69fe1bddaddec9bc497 /app/xlockmore/etc/genlauncher/README.gui | |
parent | 3928433848e2d6a9356f3d438a14b32a4f87f660 (diff) |
Importing xlockmore 5.22
Diffstat (limited to 'app/xlockmore/etc/genlauncher/README.gui')
-rw-r--r-- | app/xlockmore/etc/genlauncher/README.gui | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/xlockmore/etc/genlauncher/README.gui b/app/xlockmore/etc/genlauncher/README.gui new file mode 100644 index 000000000..9b0cac423 --- /dev/null +++ b/app/xlockmore/etc/genlauncher/README.gui @@ -0,0 +1,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 |