diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 14:49:15 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 14:49:15 +0200 |
commit | 9220ea591127820cdda5675cd86fbfef2ff34cce (patch) | |
tree | 04dbd117a19b963f4f9a5807728447bf54a185da /win32/xchat.props | |
parent | a673109c495916f4198b216a0e52aa9d6b986a8f (diff) |
Add WMPA as well
Diffstat (limited to 'win32/xchat.props')
-rw-r--r-- | win32/xchat.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/xchat.props b/win32/xchat.props index 32ed807d..1611bc9e 100644 --- a/win32/xchat.props +++ b/win32/xchat.props @@ -2,8 +2,8 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros"> - <!-- SPECIFY YOUR ROOT DEPENDENCY DIRECTORY ROOT HERE --> - <YourDepsPath>c:\mozilla-build\xchat deps</YourDepsPath> + <!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE --> + <YourDepsPath>c:\mozilla-build\deps path</YourDepsPath> <YourGendefPath>c:\mozilla-build\gendef path</YourGendefPath> <YourTclPath>c:\mozilla-build\tcl path</YourTclPath> <YourPerl512Path>c:\mozilla-build\perl512 path</YourPerl512Path> |