From fc98a6d79d26da8094f70ee4bc3b3a32fcd9cc82 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 04:06:57 +0100 Subject: [PATCH] Remove hexchat-plugin.h duplicate --- plugins/checksum/Makefile.am | 2 +- plugins/checksum/checksum-xp.vcxproj | 4 +- plugins/checksum/checksum.vcxproj | 4 +- plugins/dns/dns-xp.vcxproj | 4 +- plugins/dns/dns.vcxproj | 4 +- plugins/doat/Makefile.am | 2 +- plugins/doat/doat-xp.vcxproj | 4 +- plugins/doat/doat.vcxproj | 4 +- plugins/exec/exec-xp.vcxproj | 4 +- plugins/exec/exec.vcxproj | 4 +- plugins/fishlim/Makefile.am | 2 +- plugins/fishlim/fishlim-xp.vcxproj | 4 +- plugins/fishlim/fishlim.vcxproj | 4 +- plugins/hexchat-plugin.h | 381 --------------------------- plugins/hextray/hextray-xp.vcxproj | 4 +- plugins/hextray/hextray.vcxproj | 4 +- plugins/lua/lua-xp.vcxproj | 4 +- plugins/lua/lua.vcxproj | 4 +- plugins/mpcinfo/mpcinfo-xp.vcxproj | 4 +- plugins/mpcinfo/mpcinfo.vcxproj | 4 +- plugins/perl/Makefile.am | 2 +- plugins/perl/perl-512-xp.vcxproj | 4 +- plugins/perl/perl-512.vcxproj | 4 +- plugins/perl/perl-514-xp.vcxproj | 4 +- plugins/perl/perl-514.vcxproj | 4 +- plugins/perl/perl-516-xp.vcxproj | 4 +- plugins/perl/perl-516.vcxproj | 4 +- plugins/python/Makefile.am | 2 +- plugins/python/python-xp.vcxproj | 4 +- plugins/python/python.vcxproj | 4 +- plugins/sasl/Makefile.am | 2 +- plugins/sasl/sasl-xp.vcxproj | 4 +- plugins/sasl/sasl.vcxproj | 4 +- plugins/sysinfo/Makefile.am | 2 +- plugins/sysinfo/sysinfo-xp.vcxproj | 4 +- plugins/sysinfo/sysinfo.vcxproj | 4 +- plugins/tcl/Makefile.am | 2 +- plugins/tcl/tcl-xp.vcxproj | 4 +- plugins/tcl/tcl.vcxproj | 4 +- plugins/upd/upd-xp.vcxproj | 4 +- plugins/upd/upd.vcxproj | 4 +- plugins/winamp/winamp-xp.vcxproj | 4 +- plugins/winamp/winamp.vcxproj | 4 +- 43 files changed, 76 insertions(+), 457 deletions(-) delete mode 100644 plugins/hexchat-plugin.h diff --git a/plugins/checksum/Makefile.am b/plugins/checksum/Makefile.am index 6e6904a4..b834327e 100644 --- a/plugins/checksum/Makefile.am +++ b/plugins/checksum/Makefile.am @@ -4,4 +4,4 @@ lib_LTLIBRARIES = checksum.la checksum_la_SOURCES = checksum.c checksum_la_LDFLAGS = -avoid-version -module checksum_la_LIBADD = -AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common diff --git a/plugins/checksum/checksum-xp.vcxproj b/plugins/checksum/checksum-xp.vcxproj index f5408f0e..c4bf00bc 100644 --- a/plugins/checksum/checksum-xp.vcxproj +++ b/plugins/checksum/checksum-xp.vcxproj @@ -63,7 +63,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;CHECKSUM_EXPORTS;%(PreprocessorDefinitions) - $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;$(Glib);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -84,7 +84,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;CHECKSUM_EXPORTS;%(PreprocessorDefinitions) - $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;$(Glib);..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/checksum/checksum.vcxproj b/plugins/checksum/checksum.vcxproj index a2f6ce57..43f8f511 100644 --- a/plugins/checksum/checksum.vcxproj +++ b/plugins/checksum/checksum.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;CHECKSUM_EXPORTS;%(PreprocessorDefinitions) - $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;$(Glib);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -81,7 +81,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;CHECKSUM_EXPORTS;%(PreprocessorDefinitions) - $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;$(Glib);..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/dns/dns-xp.vcxproj b/plugins/dns/dns-xp.vcxproj index 7b035245..a178d7dd 100644 --- a/plugins/dns/dns-xp.vcxproj +++ b/plugins/dns/dns-xp.vcxproj @@ -63,7 +63,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;DNS_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true @@ -84,7 +84,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;DNS_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/dns/dns.vcxproj b/plugins/dns/dns.vcxproj index 3cedb8bc..5efbebfe 100644 --- a/plugins/dns/dns.vcxproj +++ b/plugins/dns/dns.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;DNS_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true @@ -81,7 +81,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;DNS_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/doat/Makefile.am b/plugins/doat/Makefile.am index b119ee95..07aa8569 100644 --- a/plugins/doat/Makefile.am +++ b/plugins/doat/Makefile.am @@ -4,5 +4,5 @@ lib_LTLIBRARIES = doat.la doat_la_SOURCES = doat.c doat_la_LDFLAGS = -avoid-version -module doat_la_LIBADD = -AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common diff --git a/plugins/doat/doat-xp.vcxproj b/plugins/doat/doat-xp.vcxproj index 9f796d6b..5d062bae 100644 --- a/plugins/doat/doat-xp.vcxproj +++ b/plugins/doat/doat-xp.vcxproj @@ -63,7 +63,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;DOAT_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true @@ -82,7 +82,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;DOAT_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/doat/doat.vcxproj b/plugins/doat/doat.vcxproj index 7c6cf224..93bcdf7d 100644 --- a/plugins/doat/doat.vcxproj +++ b/plugins/doat/doat.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;DOAT_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true @@ -79,7 +79,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;DOAT_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/exec/exec-xp.vcxproj b/plugins/exec/exec-xp.vcxproj index 1989a3be..22acbb2d 100644 --- a/plugins/exec/exec-xp.vcxproj +++ b/plugins/exec/exec-xp.vcxproj @@ -64,7 +64,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;EXEC_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -83,7 +83,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;EXEC_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/exec/exec.vcxproj b/plugins/exec/exec.vcxproj index 70fd72b8..048a33b5 100644 --- a/plugins/exec/exec.vcxproj +++ b/plugins/exec/exec.vcxproj @@ -61,7 +61,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;EXEC_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -80,7 +80,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;EXEC_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/fishlim/Makefile.am b/plugins/fishlim/Makefile.am index 913312b5..bc921fb3 100644 --- a/plugins/fishlim/Makefile.am +++ b/plugins/fishlim/Makefile.am @@ -6,4 +6,4 @@ lib_LTLIBRARIES = fishlim.la fishlim_la_SOURCES = fish.c irc.c keystore.c misc.c plugin_hexchat.c fishlim_la_LDFLAGS = -avoid-version -module fishlim_la_LIBADD = -AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common diff --git a/plugins/fishlim/fishlim-xp.vcxproj b/plugins/fishlim/fishlim-xp.vcxproj index 8b19b6dc..41c4d8f3 100644 --- a/plugins/fishlim/fishlim-xp.vcxproj +++ b/plugins/fishlim/fishlim-xp.vcxproj @@ -64,7 +64,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;FISHLIM_EXPORTS;%(PreprocessorDefinitions) true - $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;$(Glib);..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -85,7 +85,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;FISHLIM_EXPORTS;%(PreprocessorDefinitions) true - $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;$(Glib);..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/fishlim/fishlim.vcxproj b/plugins/fishlim/fishlim.vcxproj index 91925660..82c9abf2 100644 --- a/plugins/fishlim/fishlim.vcxproj +++ b/plugins/fishlim/fishlim.vcxproj @@ -61,7 +61,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;FISHLIM_EXPORTS;%(PreprocessorDefinitions) true - $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;$(Glib);..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -82,7 +82,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;FISHLIM_EXPORTS;%(PreprocessorDefinitions) true - $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;$(Glib);..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/hexchat-plugin.h b/plugins/hexchat-plugin.h deleted file mode 100644 index 43621f78..00000000 --- a/plugins/hexchat-plugin.h +++ /dev/null @@ -1,381 +0,0 @@ -/* You can distribute this header with your plugins for easy compilation */ -#ifndef HEXCHAT_PLUGIN_H -#define HEXCHAT_PLUGIN_H - -#include - -#define XCHAT_IFACE_MAJOR 1 -#define XCHAT_IFACE_MINOR 9 -#define XCHAT_IFACE_MICRO 11 -#define XCHAT_IFACE_VERSION ((XCHAT_IFACE_MAJOR * 10000) + \ - (XCHAT_IFACE_MINOR * 100) + \ - (XCHAT_IFACE_MICRO)) - -#define XCHAT_PRI_HIGHEST 127 -#define XCHAT_PRI_HIGH 64 -#define XCHAT_PRI_NORM 0 -#define XCHAT_PRI_LOW (-64) -#define XCHAT_PRI_LOWEST (-128) - -#define XCHAT_FD_READ 1 -#define XCHAT_FD_WRITE 2 -#define XCHAT_FD_EXCEPTION 4 -#define XCHAT_FD_NOTSOCKET 8 - -#define XCHAT_EAT_NONE 0 /* pass it on through! */ -#define XCHAT_EAT_XCHAT 1 /* don't let xchat see this event */ -#define XCHAT_EAT_PLUGIN 2 /* don't let other plugins see this event */ -#define XCHAT_EAT_ALL (XCHAT_EAT_XCHAT|XCHAT_EAT_PLUGIN) /* don't let anything see this event */ - -#ifdef __cplusplus -extern "C" { -#endif - -typedef struct _xchat_plugin xchat_plugin; -typedef struct _xchat_list xchat_list; -typedef struct _xchat_hook xchat_hook; -#ifndef PLUGIN_C -typedef struct _xchat_context xchat_context; -#endif - -#ifndef PLUGIN_C -struct _xchat_plugin -{ - /* these are only used on win32 */ - xchat_hook *(*xchat_hook_command) (xchat_plugin *ph, - const char *name, - int pri, - int (*callback) (char *word[], char *word_eol[], void *user_data), - const char *help_text, - void *userdata); - xchat_hook *(*xchat_hook_server) (xchat_plugin *ph, - const char *name, - int pri, - int (*callback) (char *word[], char *word_eol[], void *user_data), - void *userdata); - xchat_hook *(*xchat_hook_print) (xchat_plugin *ph, - const char *name, - int pri, - int (*callback) (char *word[], void *user_data), - void *userdata); - xchat_hook *(*xchat_hook_timer) (xchat_plugin *ph, - int timeout, - int (*callback) (void *user_data), - void *userdata); - xchat_hook *(*xchat_hook_fd) (xchat_plugin *ph, - int fd, - int flags, - int (*callback) (int fd, int flags, void *user_data), - void *userdata); - void *(*xchat_unhook) (xchat_plugin *ph, - xchat_hook *hook); - void (*xchat_print) (xchat_plugin *ph, - const char *text); - void (*xchat_printf) (xchat_plugin *ph, - const char *format, ...); - void (*xchat_command) (xchat_plugin *ph, - const char *command); - void (*xchat_commandf) (xchat_plugin *ph, - const char *format, ...); - int (*xchat_nickcmp) (xchat_plugin *ph, - const char *s1, - const char *s2); - int (*xchat_set_context) (xchat_plugin *ph, - xchat_context *ctx); - xchat_context *(*xchat_find_context) (xchat_plugin *ph, - const char *servname, - const char *channel); - xchat_context *(*xchat_get_context) (xchat_plugin *ph); - const char *(*xchat_get_info) (xchat_plugin *ph, - const char *id); - int (*xchat_get_prefs) (xchat_plugin *ph, - const char *name, - const char **string, - int *integer); - xchat_list * (*xchat_list_get) (xchat_plugin *ph, - const char *name); - void (*xchat_list_free) (xchat_plugin *ph, - xchat_list *xlist); - const char * const * (*xchat_list_fields) (xchat_plugin *ph, - const char *name); - int (*xchat_list_next) (xchat_plugin *ph, - xchat_list *xlist); - const char * (*xchat_list_str) (xchat_plugin *ph, - xchat_list *xlist, - const char *name); - int (*xchat_list_int) (xchat_plugin *ph, - xchat_list *xlist, - const char *name); - void * (*xchat_plugingui_add) (xchat_plugin *ph, - const char *filename, - const char *name, - const char *desc, - const char *version, - char *reserved); - void (*xchat_plugingui_remove) (xchat_plugin *ph, - void *handle); - int (*xchat_emit_print) (xchat_plugin *ph, - const char *event_name, ...); - int (*xchat_read_fd) (xchat_plugin *ph, - void *src, - char *buf, - int *len); - time_t (*xchat_list_time) (xchat_plugin *ph, - xchat_list *xlist, - const char *name); - char *(*xchat_gettext) (xchat_plugin *ph, - const char *msgid); - void (*xchat_send_modes) (xchat_plugin *ph, - const char **targets, - int ntargets, - int modes_per_line, - char sign, - char mode); - char *(*xchat_strip) (xchat_plugin *ph, - const char *str, - int len, - int flags); - void (*xchat_free) (xchat_plugin *ph, - void *ptr); - int (*xchat_pluginpref_set_str) (xchat_plugin *ph, - const char *var, - const char *value); - int (*xchat_pluginpref_get_str) (xchat_plugin *ph, - const char *var, - char *dest); - int (*xchat_pluginpref_set_int) (xchat_plugin *ph, - const char *var, - int value); - int (*xchat_pluginpref_get_int) (xchat_plugin *ph, - const char *var); - int (*xchat_pluginpref_delete) (xchat_plugin *ph, - const char *var); - int (*xchat_pluginpref_list) (xchat_plugin *ph, - char *dest); -}; -#endif - - -xchat_hook * -xchat_hook_command (xchat_plugin *ph, - const char *name, - int pri, - int (*callback) (char *word[], char *word_eol[], void *user_data), - const char *help_text, - void *userdata); - -xchat_hook * -xchat_hook_server (xchat_plugin *ph, - const char *name, - int pri, - int (*callback) (char *word[], char *word_eol[], void *user_data), - void *userdata); - -xchat_hook * -xchat_hook_print (xchat_plugin *ph, - const char *name, - int pri, - int (*callback) (char *word[], void *user_data), - void *userdata); - -xchat_hook * -xchat_hook_timer (xchat_plugin *ph, - int timeout, - int (*callback) (void *user_data), - void *userdata); - -xchat_hook * -xchat_hook_fd (xchat_plugin *ph, - int fd, - int flags, - int (*callback) (int fd, int flags, void *user_data), - void *userdata); - -void * -xchat_unhook (xchat_plugin *ph, - xchat_hook *hook); - -void -xchat_print (xchat_plugin *ph, - const char *text); - -void -xchat_printf (xchat_plugin *ph, - const char *format, ...); - -void -xchat_command (xchat_plugin *ph, - const char *command); - -void -xchat_commandf (xchat_plugin *ph, - const char *format, ...); - -int -xchat_nickcmp (xchat_plugin *ph, - const char *s1, - const char *s2); - -int -xchat_set_context (xchat_plugin *ph, - xchat_context *ctx); - -xchat_context * -xchat_find_context (xchat_plugin *ph, - const char *servname, - const char *channel); - -xchat_context * -xchat_get_context (xchat_plugin *ph); - -const char * -xchat_get_info (xchat_plugin *ph, - const char *id); - -int -xchat_get_prefs (xchat_plugin *ph, - const char *name, - const char **string, - int *integer); - -xchat_list * -xchat_list_get (xchat_plugin *ph, - const char *name); - -void -xchat_list_free (xchat_plugin *ph, - xchat_list *xlist); - -const char * const * -xchat_list_fields (xchat_plugin *ph, - const char *name); - -int -xchat_list_next (xchat_plugin *ph, - xchat_list *xlist); - -const char * -xchat_list_str (xchat_plugin *ph, - xchat_list *xlist, - const char *name); - -int -xchat_list_int (xchat_plugin *ph, - xchat_list *xlist, - const char *name); - -time_t -xchat_list_time (xchat_plugin *ph, - xchat_list *xlist, - const char *name); - -void * -xchat_plugingui_add (xchat_plugin *ph, - const char *filename, - const char *name, - const char *desc, - const char *version, - char *reserved); - -void -xchat_plugingui_remove (xchat_plugin *ph, - void *handle); - -int -xchat_emit_print (xchat_plugin *ph, - const char *event_name, ...); - -char * -xchat_gettext (xchat_plugin *ph, - const char *msgid); - -void -xchat_send_modes (xchat_plugin *ph, - const char **targets, - int ntargets, - int modes_per_line, - char sign, - char mode); - -char * -xchat_strip (xchat_plugin *ph, - const char *str, - int len, - int flags); - -void -xchat_free (xchat_plugin *ph, - void *ptr); - -int -xchat_pluginpref_set_str (xchat_plugin *ph, - const char *var, - const char *value); - -int -xchat_pluginpref_get_str (xchat_plugin *ph, - const char *var, - char *dest); - -int -xchat_pluginpref_set_int (xchat_plugin *ph, - const char *var, - int value); -int -xchat_pluginpref_get_int (xchat_plugin *ph, - const char *var); - -int -xchat_pluginpref_delete (xchat_plugin *ph, - const char *var); - -int -xchat_pluginpref_list (xchat_plugin *ph, - char *dest); - -#if !defined(PLUGIN_C) && defined(WIN32) -#ifndef XCHAT_PLUGIN_HANDLE -#define XCHAT_PLUGIN_HANDLE (ph) -#endif -#define xchat_hook_command ((XCHAT_PLUGIN_HANDLE)->xchat_hook_command) -#define xchat_hook_server ((XCHAT_PLUGIN_HANDLE)->xchat_hook_server) -#define xchat_hook_print ((XCHAT_PLUGIN_HANDLE)->xchat_hook_print) -#define xchat_hook_timer ((XCHAT_PLUGIN_HANDLE)->xchat_hook_timer) -#define xchat_hook_fd ((XCHAT_PLUGIN_HANDLE)->xchat_hook_fd) -#define xchat_unhook ((XCHAT_PLUGIN_HANDLE)->xchat_unhook) -#define xchat_print ((XCHAT_PLUGIN_HANDLE)->xchat_print) -#define xchat_printf ((XCHAT_PLUGIN_HANDLE)->xchat_printf) -#define xchat_command ((XCHAT_PLUGIN_HANDLE)->xchat_command) -#define xchat_commandf ((XCHAT_PLUGIN_HANDLE)->xchat_commandf) -#define xchat_nickcmp ((XCHAT_PLUGIN_HANDLE)->xchat_nickcmp) -#define xchat_set_context ((XCHAT_PLUGIN_HANDLE)->xchat_set_context) -#define xchat_find_context ((XCHAT_PLUGIN_HANDLE)->xchat_find_context) -#define xchat_get_context ((XCHAT_PLUGIN_HANDLE)->xchat_get_context) -#define xchat_get_info ((XCHAT_PLUGIN_HANDLE)->xchat_get_info) -#define xchat_get_prefs ((XCHAT_PLUGIN_HANDLE)->xchat_get_prefs) -#define xchat_list_get ((XCHAT_PLUGIN_HANDLE)->xchat_list_get) -#define xchat_list_free ((XCHAT_PLUGIN_HANDLE)->xchat_list_free) -#define xchat_list_fields ((XCHAT_PLUGIN_HANDLE)->xchat_list_fields) -#define xchat_list_str ((XCHAT_PLUGIN_HANDLE)->xchat_list_str) -#define xchat_list_int ((XCHAT_PLUGIN_HANDLE)->xchat_list_int) -#define xchat_list_time ((XCHAT_PLUGIN_HANDLE)->xchat_list_time) -#define xchat_list_next ((XCHAT_PLUGIN_HANDLE)->xchat_list_next) -#define xchat_plugingui_add ((XCHAT_PLUGIN_HANDLE)->xchat_plugingui_add) -#define xchat_plugingui_remove ((XCHAT_PLUGIN_HANDLE)->xchat_plugingui_remove) -#define xchat_emit_print ((XCHAT_PLUGIN_HANDLE)->xchat_emit_print) -#define xchat_gettext ((XCHAT_PLUGIN_HANDLE)->xchat_gettext) -#define xchat_send_modes ((XCHAT_PLUGIN_HANDLE)->xchat_send_modes) -#define xchat_strip ((XCHAT_PLUGIN_HANDLE)->xchat_strip) -#define xchat_free ((XCHAT_PLUGIN_HANDLE)->xchat_free) -#define xchat_pluginpref_set_str ((XCHAT_PLUGIN_HANDLE)->xchat_pluginpref_set_str) -#define xchat_pluginpref_get_str ((XCHAT_PLUGIN_HANDLE)->xchat_pluginpref_get_str) -#define xchat_pluginpref_set_int ((XCHAT_PLUGIN_HANDLE)->xchat_pluginpref_set_int) -#define xchat_pluginpref_get_int ((XCHAT_PLUGIN_HANDLE)->xchat_pluginpref_get_int) -#define xchat_pluginpref_delete ((XCHAT_PLUGIN_HANDLE)->xchat_pluginpref_delete) -#define xchat_pluginpref_list ((XCHAT_PLUGIN_HANDLE)->xchat_pluginpref_list) -#endif - -#ifdef __cplusplus -} -#endif -#endif diff --git a/plugins/hextray/hextray-xp.vcxproj b/plugins/hextray/hextray-xp.vcxproj index 190055fe..99e133e9 100644 --- a/plugins/hextray/hextray-xp.vcxproj +++ b/plugins/hextray/hextray-xp.vcxproj @@ -64,7 +64,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -84,7 +84,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/hextray/hextray.vcxproj b/plugins/hextray/hextray.vcxproj index 7367db7c..77cc6ad9 100644 --- a/plugins/hextray/hextray.vcxproj +++ b/plugins/hextray/hextray.vcxproj @@ -61,7 +61,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -80,7 +80,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/lua/lua-xp.vcxproj b/plugins/lua/lua-xp.vcxproj index f55568db..da2c749e 100644 --- a/plugins/lua/lua-xp.vcxproj +++ b/plugins/lua/lua-xp.vcxproj @@ -63,7 +63,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;LUA_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(DepsRoot)\include;..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -82,7 +82,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;LUA_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(DepsRoot)\include;..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/lua/lua.vcxproj b/plugins/lua/lua.vcxproj index bce331a0..c4ce5e2f 100644 --- a/plugins/lua/lua.vcxproj +++ b/plugins/lua/lua.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;LUA_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(DepsRoot)\include;..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -79,7 +79,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;LUA_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(DepsRoot)\include;..;%(AdditionalIncludeDirectories) + $(DepsRoot)\include;..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/mpcinfo/mpcinfo-xp.vcxproj b/plugins/mpcinfo/mpcinfo-xp.vcxproj index c45c419f..cce7dd82 100644 --- a/plugins/mpcinfo/mpcinfo-xp.vcxproj +++ b/plugins/mpcinfo/mpcinfo-xp.vcxproj @@ -64,7 +64,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;MPCINFO_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -83,7 +83,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;MPCINFO_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/mpcinfo/mpcinfo.vcxproj b/plugins/mpcinfo/mpcinfo.vcxproj index d6960a15..7d9a8c57 100644 --- a/plugins/mpcinfo/mpcinfo.vcxproj +++ b/plugins/mpcinfo/mpcinfo.vcxproj @@ -61,7 +61,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;MPCINFO_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -80,7 +80,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;MPCINFO_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/perl/Makefile.am b/plugins/perl/Makefile.am index a8b3a297..6db55538 100644 --- a/plugins/perl/Makefile.am +++ b/plugins/perl/Makefile.am @@ -12,7 +12,7 @@ perl_la_LDFLAGS = -avoid-version -module perl_la_LIBADD = $(PERL_LDFLAGS) BUILT_SOURCES = xchat.pm.h irc.pm.h #CFLAGS = @CFLAGS@ -Wno-unused -AM_CPPFLAGS = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common CLEANFILES = xchat.pm.h irc.pm.h xchat.pm.h irc.pm.h: lib/Xchat.pm lib/Xchat/Embed.pm \ lib/Xchat/List/Network.pm lib/Xchat/List/Network/Entry.pm \ diff --git a/plugins/perl/perl-512-xp.vcxproj b/plugins/perl/perl-512-xp.vcxproj index c1148c48..9e45ec89 100644 --- a/plugins/perl/perl-512-xp.vcxproj +++ b/plugins/perl/perl-512-xp.vcxproj @@ -64,7 +64,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL512_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) true - $(Perl512Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl512Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -94,7 +94,7 @@ move xchat.pm.h "$(IntDir)" true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL512_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) true - $(Perl512Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl512Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/perl/perl-512.vcxproj b/plugins/perl/perl-512.vcxproj index 14bef1d2..054b9dbf 100644 --- a/plugins/perl/perl-512.vcxproj +++ b/plugins/perl/perl-512.vcxproj @@ -61,7 +61,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL512_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) true - $(Perl512Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl512Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -91,7 +91,7 @@ move xchat.pm.h "$(IntDir)" true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL512_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) true - $(Perl512Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl512Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/perl/perl-514-xp.vcxproj b/plugins/perl/perl-514-xp.vcxproj index cedad948..e5ce584e 100644 --- a/plugins/perl/perl-514-xp.vcxproj +++ b/plugins/perl/perl-514-xp.vcxproj @@ -63,7 +63,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL514_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl514Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl514Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -93,7 +93,7 @@ move xchat.pm.h "$(IntDir)" true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL514_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl514Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl514Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/perl/perl-514.vcxproj b/plugins/perl/perl-514.vcxproj index 33cb1c14..4db6163d 100644 --- a/plugins/perl/perl-514.vcxproj +++ b/plugins/perl/perl-514.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL514_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl514Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl514Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -90,7 +90,7 @@ move xchat.pm.h "$(IntDir)" true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL514_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl514Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl514Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/perl/perl-516-xp.vcxproj b/plugins/perl/perl-516-xp.vcxproj index 3c42425a..17fe102b 100644 --- a/plugins/perl/perl-516-xp.vcxproj +++ b/plugins/perl/perl-516-xp.vcxproj @@ -63,7 +63,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl516Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl516Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -93,7 +93,7 @@ move xchat.pm.h "$(IntDir)" true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl516Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl516Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/perl/perl-516.vcxproj b/plugins/perl/perl-516.vcxproj index ac184fe7..a62f2e28 100644 --- a/plugins/perl/perl-516.vcxproj +++ b/plugins/perl/perl-516.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl516Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl516Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -90,7 +90,7 @@ move xchat.pm.h "$(IntDir)" true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl516Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories) + $(Perl516Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am index 078db44b..5a97c2b5 100644 --- a/plugins/python/Makefile.am +++ b/plugins/python/Makefile.am @@ -6,5 +6,5 @@ lib_LTLIBRARIES = python.la python_la_SOURCES = python.c python_la_LDFLAGS = -avoid-version -module python_la_LIBADD = $(PY_LIBS) -AM_CPPFLAGS = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common diff --git a/plugins/python/python-xp.vcxproj b/plugins/python/python-xp.vcxproj index fc0e9c3b..8d532aea 100644 --- a/plugins/python/python-xp.vcxproj +++ b/plugins/python/python-xp.vcxproj @@ -63,7 +63,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;PYTHON_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Glib);$(PythonPath)\include;..;%(AdditionalIncludeDirectories) + $(Glib);$(PythonPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true @@ -84,7 +84,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PYTHON_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Glib);$(PythonPath)\include;..;%(AdditionalIncludeDirectories) + $(Glib);$(PythonPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/python/python.vcxproj b/plugins/python/python.vcxproj index 1713ea98..308c22db 100644 --- a/plugins/python/python.vcxproj +++ b/plugins/python/python.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;PYTHON_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Glib);$(PythonPath)\include;..;%(AdditionalIncludeDirectories) + $(Glib);$(PythonPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true @@ -81,7 +81,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PYTHON_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Glib);$(PythonPath)\include;..;%(AdditionalIncludeDirectories) + $(Glib);$(PythonPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/sasl/Makefile.am b/plugins/sasl/Makefile.am index 2324450c..1d0b32fb 100644 --- a/plugins/sasl/Makefile.am +++ b/plugins/sasl/Makefile.am @@ -4,5 +4,5 @@ lib_LTLIBRARIES = sasl.la sasl_la_SOURCES = sasl.c sasl_la_LDFLAGS = -avoid-version -module sasl_la_LIBADD = -AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common diff --git a/plugins/sasl/sasl-xp.vcxproj b/plugins/sasl/sasl-xp.vcxproj index 03689dde..9fb1f471 100644 --- a/plugins/sasl/sasl-xp.vcxproj +++ b/plugins/sasl/sasl-xp.vcxproj @@ -63,7 +63,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;SASL_EXPORTS;%(PreprocessorDefinitions) - $(Glib);..;%(AdditionalIncludeDirectories) + $(Glib);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -84,7 +84,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;SASL_EXPORTS;%(PreprocessorDefinitions) - $(Glib);..;%(AdditionalIncludeDirectories) + $(Glib);..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/sasl/sasl.vcxproj b/plugins/sasl/sasl.vcxproj index 182272f8..b5c5453c 100644 --- a/plugins/sasl/sasl.vcxproj +++ b/plugins/sasl/sasl.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;SASL_EXPORTS;%(PreprocessorDefinitions) - $(Glib);..;%(AdditionalIncludeDirectories) + $(Glib);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -81,7 +81,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;SASL_EXPORTS;%(PreprocessorDefinitions) - $(Glib);..;%(AdditionalIncludeDirectories) + $(Glib);..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/sysinfo/Makefile.am b/plugins/sysinfo/Makefile.am index 3db39470..c37b0d84 100644 --- a/plugins/sysinfo/Makefile.am +++ b/plugins/sysinfo/Makefile.am @@ -4,4 +4,4 @@ lib_LTLIBRARIES = sysinfo.la sysinfo_la_SOURCES = hwmon.c match.c parse.c pci.c xsys.c sysinfo_la_LDFLAGS = -avoid-version -module sysinfo_la_LIBADD = -lpci -AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common diff --git a/plugins/sysinfo/sysinfo-xp.vcxproj b/plugins/sysinfo/sysinfo-xp.vcxproj index 1a53e87f..99dc2e51 100644 --- a/plugins/sysinfo/sysinfo-xp.vcxproj +++ b/plugins/sysinfo/sysinfo-xp.vcxproj @@ -63,7 +63,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;SYSINFO_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true false @@ -85,7 +85,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;SYSINFO_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true false diff --git a/plugins/sysinfo/sysinfo.vcxproj b/plugins/sysinfo/sysinfo.vcxproj index c5e4c419..515515ff 100644 --- a/plugins/sysinfo/sysinfo.vcxproj +++ b/plugins/sysinfo/sysinfo.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;SYSINFO_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true false @@ -82,7 +82,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;SYSINFO_EXPORTS;%(PreprocessorDefinitions) - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) true false diff --git a/plugins/tcl/Makefile.am b/plugins/tcl/Makefile.am index aaf1b698..24228ce8 100644 --- a/plugins/tcl/Makefile.am +++ b/plugins/tcl/Makefile.am @@ -7,4 +7,4 @@ lib_LTLIBRARIES = tcl.la tcl_la_SOURCES = tclplugin.c tcl_la_LDFLAGS = -avoid-version -module tcl_la_LIBADD = $(TCL_LIBS) -AM_CPPFLAGS = $(TCL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(TCL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common diff --git a/plugins/tcl/tcl-xp.vcxproj b/plugins/tcl/tcl-xp.vcxproj index c7313203..504f8216 100644 --- a/plugins/tcl/tcl-xp.vcxproj +++ b/plugins/tcl/tcl-xp.vcxproj @@ -72,7 +72,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) - $(TclPath)\include;..;%(AdditionalIncludeDirectories) + $(TclPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true @@ -93,7 +93,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) - $(TclPath)\include;..;%(AdditionalIncludeDirectories) + $(TclPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/tcl/tcl.vcxproj b/plugins/tcl/tcl.vcxproj index db5f1f0a..955f8736 100644 --- a/plugins/tcl/tcl.vcxproj +++ b/plugins/tcl/tcl.vcxproj @@ -69,7 +69,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) - $(TclPath)\include;..;%(AdditionalIncludeDirectories) + $(TclPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true @@ -90,7 +90,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) - $(TclPath)\include;..;%(AdditionalIncludeDirectories) + $(TclPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/upd/upd-xp.vcxproj b/plugins/upd/upd-xp.vcxproj index eac39b12..dbb68499 100644 --- a/plugins/upd/upd-xp.vcxproj +++ b/plugins/upd/upd-xp.vcxproj @@ -64,7 +64,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;UPD_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -85,7 +85,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;UPD_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/upd/upd.vcxproj b/plugins/upd/upd.vcxproj index 30767dab..a330e864 100644 --- a/plugins/upd/upd.vcxproj +++ b/plugins/upd/upd.vcxproj @@ -61,7 +61,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;UPD_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -82,7 +82,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;UPD_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/winamp/winamp-xp.vcxproj b/plugins/winamp/winamp-xp.vcxproj index 6e9dd003..35ec6c1c 100644 --- a/plugins/winamp/winamp-xp.vcxproj +++ b/plugins/winamp/winamp-xp.vcxproj @@ -64,7 +64,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;WINAMP_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -83,7 +83,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;WINAMP_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows diff --git a/plugins/winamp/winamp.vcxproj b/plugins/winamp/winamp.vcxproj index 3eb4fb2c..e13f8056 100644 --- a/plugins/winamp/winamp.vcxproj +++ b/plugins/winamp/winamp.vcxproj @@ -61,7 +61,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;WINAMP_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows @@ -80,7 +80,7 @@ true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;WINAMP_EXPORTS;%(PreprocessorDefinitions) true - ..;%(AdditionalIncludeDirectories) + ..\..\src\common;%(AdditionalIncludeDirectories) Windows