diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 18:16:18 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 18:16:18 +0200 |
commit | 75fa95d3a3ecac4371f05c86bc2f8fb79814acd4 (patch) | |
tree | 135f8d337a50b70dfe2f04603f4ced3993f2e134 /win32 | |
parent | 567270d5a713d7b9dd3e2f89aaab5b07db4fb55c (diff) |
Fix xp deps path
Diffstat (limited to 'win32')
-rw-r--r-- | win32/hexchat-xp.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props index f7a08e2f..c22d6472 100644 --- a/win32/hexchat-xp.props +++ b/win32/hexchat-xp.props @@ -3,7 +3,7 @@ <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros"> <!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE --> - <YourDepsPath>d:\mozilla-build\hexchat\build</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> |