diff options
author | Arnavion <arnavion@gmail.com> | 2013-04-11 21:59:58 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-04-11 21:59:58 -0700 |
commit | b07e5fafaf528a6ba3f0daddd99665762721c79b (patch) | |
tree | 489d98c1ea6c74c571ce56581f283d5c05d74dba | |
parent | ba1a1ab28df14c00713f9cd1d0e626a4db73415e (diff) |
win32: Fixed YourDepsPath.
-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 083ec132..660412ec 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -10,7 +10,7 @@ <!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE --> - <YourDepsPath>c:\mozilla-build\hexchat\gtk</YourDepsPath> + <YourDepsPath>c:\mozilla-build\hexchat\build\gtk</YourDepsPath> <YourGendefPath>c:\mozilla-build\gendef</YourGendefPath> <YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath> <YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path> |