diff options
| author | George Hazan <ghazan@miranda.im> | 2021-03-06 13:12:28 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-03-06 13:12:28 +0300 |
| commit | 90addbcbfc72fa396cf2fe89f245dbb0f7a14513 (patch) | |
| tree | 0b5dd98ec8037b7968a15b1b143dc46c4ac07f28 /plugins/DbEditorPP/dbeditorpp.vcxproj | |
| parent | 09f9ccad6d440b9fa576dfc00373011705ab37fd (diff) | |
fixes #2756 (Cannot start dbeditor in service mode)
Diffstat (limited to 'plugins/DbEditorPP/dbeditorpp.vcxproj')
| -rw-r--r-- | plugins/DbEditorPP/dbeditorpp.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/DbEditorPP/dbeditorpp.vcxproj b/plugins/DbEditorPP/dbeditorpp.vcxproj index 91255b08d0..140aa8bf05 100644 --- a/plugins/DbEditorPP/dbeditorpp.vcxproj +++ b/plugins/DbEditorPP/dbeditorpp.vcxproj @@ -42,6 +42,7 @@ <ClCompile Include="src\stdafx.cxx">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\utils.cpp" />
<ClCompile Include="src\watchedvars.cpp" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\stdafx.h" />
|
