diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-03 19:59:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-03 19:59:45 +0300 |
commit | e3f92ff9b8922e06a717a84b76c4e43cbb165f28 (patch) | |
tree | 13cf88e15b788575d7b47896b1995cd7b70d711d /plugins/mTextControl/mtextcontrol.vcxproj | |
parent | 8218936b7712de444a49656d8a50832cea5adc84 (diff) |
mtextcontrol became an usual library
Diffstat (limited to 'plugins/mTextControl/mtextcontrol.vcxproj')
-rw-r--r-- | plugins/mTextControl/mtextcontrol.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mTextControl/mtextcontrol.vcxproj b/plugins/mTextControl/mtextcontrol.vcxproj index 0305c22d08..4f6e13e81a 100644 --- a/plugins/mTextControl/mtextcontrol.vcxproj +++ b/plugins/mTextControl/mtextcontrol.vcxproj @@ -23,11 +23,11 @@ <ProjectGuid>{E26D2311-C164-48CF-BA24-5CEDA873D1B2}</ProjectGuid>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
- <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ <Import Project="$(ProjectDir)..\..\build\vc.common\lib.props" />
</ImportGroup>
<ItemDefinitionGroup>
<ClCompile>
- <PreprocessorDefinitions>MTEXT_NOHELPERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>MTEXTCONTROL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file |