[Cppunit-cvs] cppunit ChangeLog,1.226,1.227 NEWS,1.87,1.88
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-06-14 21:32:26
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29213 Modified Files: ChangeLog NEWS Log Message: MinGW, cygwin: enable build of shared library when using libtool. patch #1194394 contributed by Stéphane Fillod. Index: NEWS =================================================================== RCS file: /cvsroot/cppunit/cppunit/NEWS,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -d -r1.87 -r1.88 *** NEWS 14 Jun 2005 21:14:35 -0000 1.87 --- NEWS 14 Jun 2005 21:32:05 -0000 1.88 *************** *** 55,58 **** --- 55,61 ---- Win32DynamicLibraryManager.cpp. + - MinGW, cygwin: enable build of shared library when using libtool. + patch #1194394 contributed by Stéphane Fillod. + * Bug Fix: Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.226 retrieving revision 1.227 diff -C2 -d -r1.226 -r1.227 *** ChangeLog 14 Jun 2005 21:08:44 -0000 1.226 --- ChangeLog 14 Jun 2005 21:32:04 -0000 1.227 *************** *** 3,6 **** --- 3,10 ---- (use system color for border instead of hard-coded color). + * src/cppunit/Makefile.am: + * configure.in: MinGW, cygwin: enable build of shared library when using + libtool. patch #1194394 contributed by Stéphane Fillod. + 2005-02-23 Baptiste Lepilleur <gai...@fr...> |