diff options
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_* --> |