[ObjectHandler-cvs] log4cxx-0.9.7/msvc Makefile.am, 1.1, 1.2 log4cxx.dsw, 1.1, NONE
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-07-30 10:48:04
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/msvc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28312/msvc Modified Files: Makefile.am Removed Files: log4cxx.dsw Log Message: remove VC6 workspace --- log4cxx.dsw DELETED --- Index: Makefile.am =================================================================== RCS file: /cvsroot/objecthandler/log4cxx-0.9.7/msvc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 25 May 2006 11:41:32 -0000 1.1 --- Makefile.am 30 Jul 2006 10:48:00 -0000 1.2 *************** *** 1,2 **** SUBDIRS = simplesocketserver static tests performance examples ! EXTRA_DIST = log4cxx.dsw log4cxx.sln --- 1,3 ---- SUBDIRS = simplesocketserver static tests performance examples ! EXTRA_DIST = log4cxx.sln log4cxx_vc8.sln ! |