[Commits] Makefile.am 1.1.2.5 1.1.2.6 claws.def NONE 1.1.2.1 plugin.def NONE 1.1.2.1 version.rc NONE 1.1.2.1
colin at claws-mail.org
colin at claws-mail.org
Wed Mar 13 21:06:49 CET 2013
Update of /home/claws-mail/claws/src/plugins/fancy
In directory srv:/tmp/cvs-serv5332/src/plugins/fancy
Modified Files:
Tag: gtk2
Makefile.am
Added Files:
Tag: gtk2
claws.def plugin.def version.rc
Log Message:
2013-03-13 [colin] 3.9.0cvs124
* src/plugins/fancy/Makefile.am
* src/plugins/fancy/claws.def
* src/plugins/fancy/plugin.def
* src/plugins/fancy/version.rc
Preparing for win32 Fancy port
--- NEW FILE: plugin.def ---
EXPORTS
plugin_desc
plugin_done
plugin_init
plugin_licence
plugin_name
plugin_type
plugin_provides
plugin_version
Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/claws/src/plugins/fancy/Attic/Makefile.am,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- Makefile.am 13 Mar 2013 10:56:13 -0000 1.1.2.5
+++ Makefile.am 13 Mar 2013 20:06:47 -0000 1.1.2.6
@@ -1,9 +1,57 @@
+EXTRA_DIST = claws.def plugin.def version.rc
+
+if OS_WIN32
+
+LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
+ `echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
+ sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
+
+%.lo : %.rc
+ $(LTRCCOMPILE) -i $< -o $@
+
+plugin_res = version.lo
+plugin_res_ldflag = -Wl,.libs/version.o
+
+export_symbols = -export-symbols $(srcdir)/plugin.def
+
+plugin_deps = libclaws.a $(plugin_res) plugin.def
+
+libclaws.a: claws.def
+ $(DLLTOOL) --output-lib $@ --def $<
+
+plugin_ldadd = -L. -lclaws
+
+else
+plugin_res =
+plugin_res_ldflag =
+export_symbols =
+plugin_deps =
+plugin_ldadd =
+endif
+
+if PLATFORM_WIN32
+no_undefined = -no-undefined
+else
+no_undefined =
+endif
+
+if CYGWIN
+cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
+else
+cygwin_export_lib =
+endif
+
plugindir = $(pkglibdir)/plugins
if BUILD_FANCY_PLUGIN
plugin_LTLIBRARIES = fancy.la
endif
+fancy_la_DEPENDENCIES = $(plugin_deps)
+
+fancy_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
+ $(GTK_LIBS)
+
fancy_la_SOURCES = \
fancy_viewer.c \
fancy_viewer.h \
@@ -11,9 +59,9 @@
fancy_prefs.h
fancy_la_LDFLAGS = \
+ $(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
-avoid-version -module \
$(GTK_LIBS) \
- $(GTKPRINTUNIX_LIBS) \
$(WEBKIT_LIBS) \
$(LIBSOUP_GNOME_LIBS) \
$(CURL_LIBS)
--- NEW FILE: version.rc ---
1 VERSIONINFO
FILEVERSION 0, 0, 0, 0
PRODUCTVERSION 0, 0, 0, 0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "Bsfilter Plugin\0"
VALUE "FileVersion", "0.0.0.0\0"
VALUE "ProductVersion", "0.0.0.0 Win32\0"
VALUE "LegalCopyright", "GPL / © 1999-2008 Hiroyuki Yamamoto & The Claws Mail Team\0"
VALUE "CompanyName", "GNU / Free Software Foundation\0"
VALUE "ProductName", "Claws Mail\0"
// VALUE "Comments", "\0"
// VALUE "InternalName", "\0"
// VALUE "LegalTrademarks", "\0"
// VALUE "OriginalFilename", "\0"
// VALUE "PrivateBuild", "\0"
// VALUE "SpecialBuild", "\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0, 1200
END
END
--- NEW FILE: claws.def ---
LIBRARY CLAWS-MAIL.EXE
EXPORTS
addressbook_folder_selection
alertpanel
alertpanel_error
check_plugin_version
claws_do_idle
combobox_get_active_data
combobox_select_by_data
combobox_text_new
complete_address
compose_new
conv_codeset_strdup
conv_get_locale_charset_str
conv_get_locale_charset_str_no_utf8
debug_print_real
debug_srcname
end_address_completion
execute_command_line
extract_address
filesel_select_file_save
folder_find_item_from_identifier
folder_get_default_trash
folder_item_get_identifier
folder_item_get_path
folder_item_remove_msg
foldersel_folder_sel
folder_subscribe
get_complete_address
get_locale_dir
get_rc_dir
gtkut_get_browse_directory_btn
gtkut_get_options_frame
gtkutils_scroll_one_line
gtkutils_scroll_page
gtkut_sc_combobox_create
hooks_register_hook
hooks_unregister_hook
is_dir_exist
line_has_quote_char
log_error
make_dir
matcherlist_free
matcherlist_match
matcherlist_new
matcherprop_new
mimeview_register_viewer_factory
mimeview_unregister_viewer_factory
noticeview_hide
open_uri
plugin_get_loaded_by_name
pref_get_escaped_pref
pref_get_pref_from_entry
pref_get_unescaped_pref
prefs_button_toggled
prefs_button_toggled follow
prefs_common
prefs_common_get_prefs
prefs_common_get_uri_cmd
pref_set_entry_from_pref
prefs_file_close
prefs_file_close_revert
prefs_gtk_register_page
prefs_gtk_unregister_page
prefs_read_config
prefs_set_block_label
prefs_set_default
prefs_write_open
prefs_write_param
printing_get_page_setup
printing_get_settings
printing_store_settings
procmime_get_part
procmime_get_tmp_file_name
procmime_mimeinfo_get_parameter
procmime_mimeinfo_next
procmsg_get_message_file
procmsg_msginfo_set_flags
procmsg_msginfo_unset_flags
procmsg_register_spam_learner
procmsg_spam_set_folder
procmsg_unregister_spam_learner
settings
start_address_completion
statusbar_pop_all
statusbar_print_all
statusbar_progress_all
More information about the Commits
mailing list