1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00
elinks/src/scripting
Jonas Fonseca c76586e6b8 Simplify the conditional building
Use the very cool 'VAR-$(CONFIG_FOO) += foo.o' feature instead of the more
verbose current ifeq($(CONFIG_FOO),yes) wrapping.
2005-09-27 22:49:47 +02:00
..
guile Simplify building of and linking with directories 2005-09-27 21:38:58 +02:00
lua Simplify building of and linking with directories 2005-09-27 21:38:58 +02:00
perl Simplify building of and linking with directories 2005-09-27 21:38:58 +02:00
python Simplify building of and linking with directories 2005-09-27 21:38:58 +02:00
ruby Simplify building of and linking with directories 2005-09-27 21:38:58 +02:00
.vimrc Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
Makefile Simplify the conditional building 2005-09-27 22:49:47 +02:00
scripting.c Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
scripting.h Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
TODO Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00