summary refs log tree commit diff stats
path: root/win32/hexchat-xp.props
diff options
context:
space:
mode:
authorbviktor <bviktor@outlook.com>2012-11-03 21:48:56 -0700
committerbviktor <bviktor@outlook.com>2012-11-03 21:48:56 -0700
commit3c5284f19de644e010d0dfe85d179fb5633c92fb (patch)
treecfcfb0f27d78dd65bb657f0e0caeabb42737cc03 /win32/hexchat-xp.props
parente0b1724158d44370d34d108a5f07fe0b36e4e254 (diff)
parentc2c23894fc4e376ff10c9c3cbcfa5c350c1e3073 (diff)
Merge pull request #224 from Arnavion/utf8-everywhere
UTF-8 everywhere
Diffstat (limited to 'win32/hexchat-xp.props')
-rw-r--r--win32/hexchat-xp.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props
index d212fbea..2d94ab14 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 -->

-	<!-- G_DISABLE_DEPRECATED is unfeasible due to g_completion_* -->

+    <!-- G_DISABLE_DEPRECATED is unfeasible due to g_completion_* -->

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

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

     <GendefPath>$(YourGendefPath)</GendefPath>