|
From: Frank V. C. <fr...@us...> - 2000-10-25 22:31:25
|
Update of /cvsroot/corelinux/clfw/src/libs/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv18809/src/libs/clfw Modified Files: Makefile.am Added Files: Aggregate.cpp Removed Files: Prototype.cpp Log Message: 117748 Implement Aggregate for Prototype ***** Error reading new file: (2, 'No such file or directory') Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/src/libs/clfw/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** Makefile.am 2000/10/25 12:22:08 1.12 --- Makefile.am 2000/10/25 22:31:23 1.13 *************** *** 20,24 **** MetaType.cpp \ FrameworkEntity.cpp \ ! Prototype.cpp \ Boolean.cpp \ Number.cpp \ --- 20,24 ---- MetaType.cpp \ FrameworkEntity.cpp \ ! Aggregate.cpp \ Boolean.cpp \ Number.cpp \ --- Prototype.cpp DELETED --- |