diff options
author | Arnavion <arnavion@gmail.com> | 2015-03-15 19:06:29 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2015-03-15 19:06:29 -0700 |
commit | 98fefcd162368cd3f7122a66a43d6248fb2ef29a (patch) | |
tree | 760e8c2b23268eb83d0dee44d390b25484363d8a /win32/hexchat.props | |
parent | fb422732f2077f9e293589149adfd423166092a9 (diff) |
Switch from mozilla-build to msys2.
Diffstat (limited to 'win32/hexchat.props')
-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 --> |