diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-30 16:59:11 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-30 16:59:11 +0200 |
commit | ab9b121ff52bf6389501c2d73186b2e70909df1b (patch) | |
tree | 32a596d9bdc830d1697f439bde7a4478a57aa4b1 /win32/hexchat.props | |
parent | 08634733d24d70c1f0a1e7be535e5e665c0af259 (diff) |
Fix path for deps
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 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> |