summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 06:56:25 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 06:56:25 +0100
commitad16a2bfee7e51e8acfbc6acd7cf22e438ec60d2 (patch)
tree05fbfae0392b9c7156820b7f5f326faf87b451f3 /win32
parent56973ae365d5f7d9348996f27080d5e9d376caa9 (diff)
Proof-of-concept compat mode for XChat
Diffstat (limited to 'win32')
-rw-r--r--win32/hexchat-xp.props2
-rw-r--r--win32/hexchat.props2
2 files changed, 2 insertions, 2 deletions
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 @@
     <YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path>

     <YourPythonPath>c:\mozilla-build\python-2.7</YourPythonPath>

     <!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->

-    <OwnFlags>G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags>

+    <OwnFlags>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;</OwnFlags>

     <DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>

     <GendefPath>$(YourGendefPath)</GendefPath>

     <LuaLib>lua51</LuaLib>

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 @@
     <YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path>

     <YourPythonPath>c:\mozilla-build\python-2.7</YourPythonPath>

     <!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->

-    <OwnFlags>G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags>

+    <OwnFlags>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;</OwnFlags>

     <DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>

     <GendefPath>$(YourGendefPath)</GendefPath>

     <MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath>