[Bprocessor-commit] CVSROOT modules,1.1,1.2
Status: Pre-Alpha
Brought to you by:
henryml
From: Jesper P. <je...@us...> - 2005-06-27 09:34:46
|
Update of /cvsroot/bprocessor/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29509 Modified Files: modules Log Message: Added module definitions Index: modules =================================================================== RCS file: /cvsroot/bprocessor/CVSROOT/modules,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modules 13 Jun 2005 19:10:17 -0000 1.1 --- modules 27 Jun 2005 09:34:37 -0000 1.2 *************** *** 25,26 **** --- 25,33 ---- # can be useful for creating a module that consists of many directories # spread out over the entire source repository. + all -a build kernel model gui tools + + build build + kernel kernel + model model + gui gui + tools tools |