diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-08 22:39:35 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-08 22:39:35 +0200 |
commit | b90633d406fdcb41cf6a972287307696c3d7c992 (patch) | |
tree | e10fe03ad750a30ad176e566779260df860506c5 /win32/hexchat.props | |
parent | cd64e02096372322ba27f69167fb7a41da039342 (diff) |
Fix deps path
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 66336980..083ec132 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -10,7 +10,7 @@ <!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE --> - <YourDepsPath>c:\mozilla-build\hexchat\build</YourDepsPath> + <YourDepsPath>c:\mozilla-build\hexchat\gtk</YourDepsPath> <YourGendefPath>c:\mozilla-build\gendef</YourGendefPath> <YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath> <YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path> |