CVSROOT:        /cvs/gnome
Module name:    goffice
Changes by:     ivanwong        06/02/17 11:51:12

Modified files:
        .              : ChangeLog NEWS configure.in goffice.mk 
        goffice        : Makefile.am 
        goffice/app    : Makefile.am module-plugin-defs.h 
        goffice/cut-n-paste/foocanvas: Makefile.am 
        goffice/data   : Makefile.am go-data.h 
        goffice/drawing: Makefile.am 
        goffice/graph  : Makefile.am gog-axis-line-impl.h 
                         gog-object-xml.h gog-series-lines.h gog-view.h 
        goffice/gtk    : Makefile.am go-combo-color.h goffice-gtk.c 
        goffice/ms-compat: Makefile.am 
        goffice/utils  : Makefile.am go-file.c go-glib-extras.h 
                         go-marker.h regutf8.h 
Added files:
        .              : dumpdef.pl goffice-win32.mk 
Removed files:
        goffice/utils  : goffice-win32-stub.def win32-stub.c 
                         win32-stub.h 

Log message:
2006-02-18  Ivan, Wong Yat Cheung <[EMAIL PROTECTED]>

* configure.in:
* dumpdef.pl: NEW
* goffice.mk:
* goffice-win32.mk: NEW
* goffice/Makefile.am:
* goffice/app/Makefile.am:
* goffice/cut-n-paste/foocanvas/Makefile.am:
* goffice/data/Makefile.am:
* goffice/drawing/Makefile.am:
* goffice/graph/Makefile.am:
* goffice/gtk/Makefile.am:
* goffice/ms-compat/Makefile.am:
* goffice/utils/Makefile.am:
[Win32] 1.) For every source directory of a library, pass all
the public headers (with all #include removed) to the C preprocessor.
2.) Pass the result from 1. to a perl script which extracts names of
all the public functions and variables. 3.) Concat all from step 2. to
produce a single .def file at the top directory of the library. No
--export-all-symbols anymore.

* goffice/gtk/goffice-gtk.c:
* goffice/utils/Makefile.am:
* goffice/utils/go-file.c:
win32-stub is no longer needed.

* goffice/app/module-plugin-defs.h:
* goffice/data/go-data.h:
* goffice/graph/gog-axis-line-impl.h:
* goffice/graph/gog-object-xml.h:
* goffice/graph/gog-series-lines.h:
* goffice/graph/gog-view.h:
* goffice/gtk/go-combo-color.h:
* goffice/utils/go-glib-extras.h:
* goffice/utils/go-marker.h:
* goffice/utils/regutf8.h:
Remove non-exist public function declarations.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=goffice&who=ivanwong&date=explicit&mindate=2006-02-17%2011:50&maxdate=2006-02-17%2011:52

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to