diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-23 13:01:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-23 13:01:15 +0000 |
commit | 84fd5b6fe3fa22c29c371cb58c83d33f5c92b521 (patch) | |
tree | 684e0d05e54a6de7d9aed2071f585fc71131227e /plugins | |
parent | 81ecfce928b7a9382c442ccf566ed6369b8b2669 (diff) |
path fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@17202 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dproj | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dproj b/plugins/HistoryPlusPlus/historypp.dproj index 88f6028e9f..c8dfab1438 100644 --- a/plugins/HistoryPlusPlus/historypp.dproj +++ b/plugins/HistoryPlusPlus/historypp.dproj @@ -123,9 +123,9 @@ <DCC_DcuOutput>..\..\bin10\Debug\Obj\hpp\</DCC_DcuOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
- <Debugger_CWD>D:\Myranda\bin12\Debug64</Debugger_CWD>
+ <Debugger_CWD>W:\miranda-ng\bin12\Debug64</Debugger_CWD>
<DCC_DebugDCUs>true</DCC_DebugDCUs>
- <Debugger_HostApplication>D:\Myranda\bin12\Debug64\Miranda64.exe</Debugger_HostApplication>
+ <Debugger_HostApplication>W:\miranda-ng\bin12\Debug64\Miranda64.exe</Debugger_HostApplication>
<BRCC_OutputDir>..\..\bin10\temp\res\</BRCC_OutputDir>
<DCC_ExeOutput>..\..\bin12\Debug64\Plugins\</DCC_ExeOutput>
<DCC_BplOutput>..\..\bin12\Debug64\Plugins\</DCC_BplOutput>
@@ -133,6 +133,12 @@ <DCC_DcpOutput>..\..\bin12\Debug64\Obj\hpp\</DCC_DcpOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+ <DCC_BplOutput>..\..\bin12\Debug\Plugins\</DCC_BplOutput>
+ <DCC_ExeOutput>..\..\bin12\Debug\Plugins\</DCC_ExeOutput>
+ <DCC_DcpOutput>..\..\bin12\Debug\Obj\hpp\</DCC_DcpOutput>
+ <DCC_DcuOutput>..\..\bin12\Debug\Obj\hpp\</DCC_DcuOutput>
+ <Debugger_CWD>W:\miranda-ng\bin12\Debug</Debugger_CWD>
+ <Debugger_HostApplication>W:\miranda-ng\bin12\Debug\Miranda32.exe</Debugger_HostApplication>
<DCC_DebugDCUs>true</DCC_DebugDCUs>
</PropertyGroup>
<ItemGroup>
|