diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-07 13:41:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-07 13:41:05 +0300 |
commit | f31745fcbcc599743695469be0f973ad85e38eb0 (patch) | |
tree | 5f45e39b8591acebde5b758ffbc8efd5fff51edd /plugins | |
parent | 13474cea9a306a3bc8ffd24545836b919463c056 (diff) |
revert of fix for the h++ project
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dproj b/plugins/HistoryPlusPlus/historypp.dproj index e7f46ca2d0..94c2a85041 100644 --- a/plugins/HistoryPlusPlus/historypp.dproj +++ b/plugins/HistoryPlusPlus/historypp.dproj @@ -82,7 +82,7 @@ </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
- <DCC_DebugInformation>0</DCC_DebugInformation>
+ <DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
</PropertyGroup>
|