CVSROOT:        /cvs/gnome
Module name:    libxml++
Changes by:     gustin  06/04/21 05:47:43

Modified files:
        .              : ChangeLog configure.in libxml++-2.6.pc.in 
        MSVC_Net2003   : libxml++.sln 
        MSVC_Net2003/examples/dom_build: dom_build.vcproj 
        MSVC_Net2003/examples/dom_parse_entities: 
                                                  dom_parse_entities.vcproj 
        MSVC_Net2003/examples/dom_parser: dom_parser.vcproj 
        MSVC_Net2003/examples/dom_read_write: dom_read_write.vcproj 
        MSVC_Net2003/examples/dom_xpath: dom_xpath.vcproj 
        MSVC_Net2003/examples/dtdvalidation: dtdvalidation.vcproj 
        MSVC_Net2003/examples/import_node: import_node.vcproj 
        MSVC_Net2003/examples/sax_exception: sax_exception.vcproj 
        MSVC_Net2003/examples/sax_parser: sax_parser.vcproj 
        MSVC_Net2003/examples/sax_parser_build_dom: 
                                                    sax_parser_build_dom.vcproj 
        MSVC_Net2003/examples/sax_parser_entities: 
                                                   sax_parser_entities.vcproj 
        MSVC_Net2003/examples/textreader: textreader.vcproj 
        MSVC_Net2003/gendef: gendef.cc gendef.vcproj 
        MSVC_Net2003/libxml++: Makefile.am libxml++.vcproj 
        libxml++       : Makefile.am 
        libxml++/exceptions: Makefile.am exception.h 
        libxml++/io    : Makefile.am 
        libxml++/nodes : Makefile.am 
        libxml++/parsers: Makefile.am 
        libxml++/validators: Makefile.am 

Log message:
2006-04-21  Cedric Gustin  <[EMAIL PROTECTED]>

* MSVC_Net2003/*.vcproj: Updated for Visual Studio 2005. Added the
/vd2 compiler flag (Bug #158040). Renamed target DLL to
xml++-2.6 to comply to the value returned by "pkg-config --libs
--msvc-syntax libxml++-2.6".
* MSVC_Net2003/libxml++.sln: Updated for Visual Studio 2005.
* MSVC_Net2003/gendef/gendef.cc: Redirect output of dumpbin to a
file.
* MSVC_Net2003/libxml++/Makefile.am: Get a local copy of the
libxml++config.h file created at configure time and distribute it
in the source tarball.
* libxml++/Makefile.am: Add -DLIBXMLPP_BUILD to the DEFS compiler
flags (switch between dllexport/dllimport on win32). Also install
libxml++config.h to $(prefix)/lib/libxml++-2.6/include.
* libxml++/*/*.Makefile.am: Add -DLIBXMLPP_BUILD to the DEFS
compiler flags (switch between dllexport/dllimport on win32).
* libxml++/exceptions/exception.h: Tag the xmlpp:exception classs
with LIBXMLPP_API to get rid of auto-import errors on win32
(mingw32/cygwin).
* libxml++/libxml++config.h.in: New file. Define LIBXMLPP_API and
switch between dllimport and dllexport on win32.
* libxml++-2.6.pc.in: Add ${libdir}/libxml++-2.6/include to Cflags
(for libxml++config.h).
* configure.in: Added test for a native win32 platform. Use the
ms-bitfields on this platform only. Added the libxml++config.h
configuration file.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libxml%2B%2B&who=gustin&date=explicit&mindate=2006-04-21%2005:46&maxdate=2006-04-21%2005:48

_______________________________________________
cvs-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to