diff options
-rw-r--r-- | win32/hexchat.props | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 8469142c..b8ee2446 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -4,13 +4,13 @@ <!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE --> - <YourDepsPath>c:\mozilla-build\hexchat\gtk</YourDepsPath> - <YourGendefPath>c:\mozilla-build\gendef</YourGendefPath> - <YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath> - <YourPerlPath>c:\mozilla-build\perl-5.20</YourPerlPath> - <YourPython2Path>c:\mozilla-build\python-2.7</YourPython2Path> - <YourPython3Path>c:\mozilla-build\python-3.4</YourPython3Path> - <YourWinSparklePath>c:\mozilla-build\WinSparkle</YourWinSparklePath> + <YourDepsPath>c:\gtk-build\gtk</YourDepsPath> + <YourGendefPath>c:\gtk-build\gendef</YourGendefPath> + <YourMsgfmtPath>c:\gtk-build\msgfmt</YourMsgfmtPath> + <YourPerlPath>c:\gtk-build\perl-5.20</YourPerlPath> + <YourPython2Path>c:\gtk-build\python-2.7</YourPython2Path> + <YourPython3Path>c:\gtk-build\python-3.4</YourPython3Path> + <YourWinSparklePath>c:\gtk-build\WinSparkle</YourWinSparklePath> <!-- YOU SHOULDN'T TOUCH ANYTHING BELOW --> |