summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2013-04-11 21:59:58 -0700
committerArnavion <arnavion@gmail.com>2013-04-11 21:59:58 -0700
commitb07e5fafaf528a6ba3f0daddd99665762721c79b (patch)
tree489d98c1ea6c74c571ce56581f283d5c05d74dba /win32/hexchat.props
parentba1a1ab28df14c00713f9cd1d0e626a4db73415e (diff)
win32: Fixed YourDepsPath.
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props2
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>