diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 02:04:58 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 02:04:58 +0100 |
commit | c0dca425a5dd6c7233dc30c59dbfd661f882f8ff (patch) | |
tree | c59caf6da2b266a96c9dcf4cdccf23c5c7d7cb5d /win32/hexchat-xp.props | |
parent | cc0051cb402f9a76c883809d41688caddd2d5afb (diff) |
Prepare solution for Perl 5.16 VC build
Diffstat (limited to 'win32/hexchat-xp.props')
-rw-r--r-- | win32/hexchat-xp.props | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props index dcb56d7f..afafa8c4 100644 --- a/win32/hexchat-xp.props +++ b/win32/hexchat-xp.props @@ -6,9 +6,9 @@ <YourDepsPath>c:\mozilla-build\hexchat\deps</YourDepsPath> <YourGendefPath>c:\mozilla-build\gendef</YourGendefPath> <YourTclPath>c:\mozilla-build\tcl-8.5</YourTclPath> - <YourPerl512Path>c:\mozilla-build\perl-5.12</YourPerl512Path> - <YourPerl514Path>c:\mozilla-build\perl-5.14</YourPerl514Path> - <YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path> + <YourPerl512Path>c:\mozilla-build\perl-5.12-mingw</YourPerl512Path> + <YourPerl514Path>c:\mozilla-build\perl-5.14-mingw</YourPerl514Path> + <YourPerl516Path>c:\mozilla-build\perl-5.16-mingw</YourPerl516Path> <YourPythonPath>c:\mozilla-build\python-2.7</YourPythonPath> <!-- YOU SHOULDN'T TOUCH ANYTHING BELOW --> <!-- G_DISABLE_DEPRECATED is unfeasible due to g_completion_* --> |