dslinux/user Makefile

stsp stsp at user.in-berlin.de
Sun Oct 29 16:15:46 CET 2006


Update of /cvsroot/dslinux/dslinux/user
In directory antilope:/tmp/cvs-serv10508/user

Modified Files:
	Makefile 
Log Message:
Add dictionary files.

Patch by Bradley Remedios:

  Here is a patch that will add dictionary support to DSLinux.  You can
  also select which type of dictionary you want, american english or
  british english.

  This will take up approx 900KB of storage, and is required to run BSD
  Games::Hangman.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile	23 Oct 2006 21:11:05 -0000	1.21
+++ Makefile	29 Oct 2006 15:15:43 -0000	1.22
@@ -59,6 +59,8 @@
 dir_$(CONFIG_USER_CAL_DATE)                 += cal
 dir_$(CONFIG_USER_CAMSERV)                  += camserv
 dir_$(CONFIG_USER_CAN_EXAMPLES)             += can4linux
+dir_$(CONFIG_USER_DICTIONARY_AMERICAN)		+= dict-words
+dir_$(CONFIG_USER_DICTIONARY_BRITISH)		+= dict-words
 dir_$(CONFIG_USER_CAN_HORCH)                += horch
 dir_$(CONFIG_USER_CGI_GENERIC)              += cgi_generic
 dir_$(CONFIG_USER_CGIHTML)                  += cgihtml/examples




More information about the dslinux-commit mailing list