diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-25 14:07:13 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-25 14:07:13 +0300 |
commit | f346501390395bbf4456472064c472b03ae776b4 (patch) | |
tree | c257291834ba62ee10383913d99bc864b116d86c /plugins/HistoryPlusPlus | |
parent | 06e159dd5fdcf09d98ca013ce7a1231bf0751205 (diff) |
map file generation for h++
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dproj b/plugins/HistoryPlusPlus/historypp.dproj index dba6d42d27..c3aa3fe841 100644 --- a/plugins/HistoryPlusPlus/historypp.dproj +++ b/plugins/HistoryPlusPlus/historypp.dproj @@ -125,6 +125,7 @@ <DCC_DcuOutput>..\..\bin17\Debug\Obj\hpp\</DCC_DcuOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
+ <DCC_MapFile>3</DCC_MapFile>
<Debugger_CWD>W:\miranda-ng\bin17\Debug64</Debugger_CWD>
<DCC_DebugDCUs>true</DCC_DebugDCUs>
<Debugger_HostApplication>W:\miranda-ng\bin17\Debug64\Miranda64.exe</Debugger_HostApplication>
|