From: stephan b. <sg...@us...> - 2004-12-24 03:25:29
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22145 Modified Files: Makefile.toc Log Message: added testMime.cpp Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.toc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.toc 24 Dec 2004 02:53:35 -0000 1.6 +++ Makefile.toc 24 Dec 2004 03:25:07 -0000 1.7 @@ -93,8 +93,9 @@ # Run targets STATIC_LIBS and SHARED_LIBS build these. endif -BIN_PROGRAMS = testPathFinder +BIN_PROGRAMS = testPathFinder testMime testPathFinder_bin_OBJECTS = testPathFinder.o PathFinder.o +testMime_bin_OBJECTS = testMime.o Mime.o PathFinder.o include $(TOC_MAKESDIR)/BIN_PROGRAMS.make all: STATIC_LIBS SHARED_LIBS |