summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-30 16:59:11 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-30 16:59:11 +0200
commitab9b121ff52bf6389501c2d73186b2e70909df1b (patch)
tree32a596d9bdc830d1697f439bde7a4478a57aa4b1
parent08634733d24d70c1f0a1e7be535e5e665c0af259 (diff)
Fix path for deps
-rw-r--r--win32/hexchat.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 7e32f5a2..83af4ea1 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -3,7 +3,7 @@
   <ImportGroup Label="PropertySheets" />

   <PropertyGroup Label="UserMacros">

     <!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE -->

-    <YourDepsPath>c:\mozilla-build\hexchat-deps</YourDepsPath>

+    <YourDepsPath>c:\mozilla-build\hexchat\deps</YourDepsPath>

     <YourGendefPath>c:\mozilla-build\gendef</YourGendefPath>

     <YourTclPath>c:\mozilla-build\tcl-8.5</YourTclPath>

     <YourPerl512Path>c:\mozilla-build\perl-5.12</YourPerl512Path>