[Mockpp-commits] mockpp/msvc7 README,NONE,1.1 Makefile.am,1.2,1.3
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-25 10:25:11
|
Update of /cvsroot/mockpp/mockpp/msvc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29136/msvc7 Modified Files: Makefile.am Added Files: README Log Message: removed unmaintained (and somehow redundant) directory --- NEW FILE: README --- The files here have been removed due to the lack of maintainance. Please use the project files under msvc6 and convert them to msvc7 if needed. Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc7/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 30 Aug 2003 09:31:33 -0000 1.2 +++ Makefile.am 25 Mar 2005 10:24:59 -0000 1.3 @@ -1,10 +1,4 @@ -SUBDIRS = mockpp lib tests examples - -EXTRA_DIST = vc7.sln vc7.suo +EXTRA_DIST = README CLEANFILES = *.~* *.~~* *~ -AM_CFLAGS = -AM_CXXFLAGS = -AM_FFLAGS = -INCLUDES = |