diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-05 02:06:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-05 02:06:41 +0300 |
commit | 0a3c834ada3a950d0197b686c9068d7ca9ebb452 (patch) | |
tree | c6e674402e809f1f4ab00df5b7039fde0c664c13 | |
parent | 7264136da8ee46528035d3eee7846170b7330f03 (diff) |
fix for the old Delphi property format
-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 94c2a85041..e7f46ca2d0 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>false</DCC_DebugInformation>
+ <DCC_DebugInformation>0</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
</PropertyGroup>
|