diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 04:04:41 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 04:04:41 +0100 |
commit | 87a8c13e5e1892a3840df418e313f85c154e80d1 (patch) | |
tree | f34c9aab246a1ed9ab67840d962086745f108a37 /win32 | |
parent | a978e7b55b3cc198add2731b7baaf5588236bf08 (diff) |
Fix tabulation
Diffstat (limited to 'win32')
-rw-r--r-- | win32/hexchat-xp.props | 2 | ||||
-rw-r--r-- | win32/hexchat.props | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/win32/hexchat.props b/win32/hexchat.props index 7ba51f53..2281c69f 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 --> - <!-- 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> |