From ad16a2bfee7e51e8acfbc6acd7cf22e438ec60d2 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 06:56:25 +0100 Subject: Proof-of-concept compat mode for XChat --- win32/hexchat-xp.props | 2 +- win32/hexchat.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props index 3748fbf0..16b6bb2c 100644 --- a/win32/hexchat-xp.props +++ b/win32/hexchat-xp.props @@ -11,7 +11,7 @@ c:\mozilla-build\perl-5.16 c:\mozilla-build\python-2.7 - G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline; + G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;XCHAT_PLUGIN_COMPAT; $(YourDepsPath)\$(PlatformName) $(YourGendefPath) lua51 diff --git a/win32/hexchat.props b/win32/hexchat.props index 1540d47a..6348fa06 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -12,7 +12,7 @@ c:\mozilla-build\perl-5.16 c:\mozilla-build\python-2.7 - G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline; + G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;XCHAT_PLUGIN_COMPAT; $(YourDepsPath)\$(PlatformName) $(YourGendefPath) $(YourMsgfmtPath) -- cgit 1.4.1