summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/spellchecker_10.vcxproj
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-10-22 13:05:29 +0000
committerRobert Pösel <robyer@seznam.cz>2015-10-22 13:05:29 +0000
commit5e2886ded2b2214b9e09ee0d08676ed31a32911e (patch)
tree3b89017f0cd3ac9e8b046592a4ef5bb22ae5af41 /plugins/SpellChecker/spellchecker_10.vcxproj
parent2cbd98009118a9ea15b446820495b54c44fd069d (diff)
Move utils files from "plugins/utils" to "/utils" so it can be used from protocols too
git-svn-id: http://svn.miranda-ng.org/main/trunk@15592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/spellchecker_10.vcxproj')
-rw-r--r--plugins/SpellChecker/spellchecker_10.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SpellChecker/spellchecker_10.vcxproj b/plugins/SpellChecker/spellchecker_10.vcxproj
index 9e0e83bf52..1ccf31d2c7 100644
--- a/plugins/SpellChecker/spellchecker_10.vcxproj
+++ b/plugins/SpellChecker/spellchecker_10.vcxproj
@@ -213,7 +213,7 @@
<ClCompile Include="src\ardialog.cpp" />
<ClCompile Include="src\autoreplace.cpp" />
<ClCompile Include="src\dictionary.cpp" />
- <ClCompile Include="..\utils\mir_options.cpp">
+ <ClCompile Include="..\..\utils\mir_options.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\options.cpp" />
@@ -255,7 +255,7 @@
<PrecompiledHeaderFile>..\commons.h</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="src\SpellChecker.cpp" />
- <ClCompile Include="src\utils.cpp" />
+ <ClCompile Include="src\..\utils.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">