summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-13 06:16:40 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-13 06:16:40 +0000
commitf08f5e316f64fc81f765e5d94273149540de6f58 (patch)
treeb2e116180cab22d633d67ea9a6a061b6ae9eb426
parent695540757785bb95fd20c68fc784dec8daba146c (diff)
ClientChangeNotify and Clist_classic: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/ClientChangeNotify/ClientChangeNotify.vcxproj30
-rw-r--r--plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters22
-rw-r--r--plugins/ClientChangeNotify/docs/ccn_readme.txt (renamed from plugins/ClientChangeNotify/ccn_readme.txt)0
-rw-r--r--plugins/ClientChangeNotify/docs/ccn_translation.txt (renamed from plugins/ClientChangeNotify/ccn_translation.txt)0
-rw-r--r--plugins/ClientChangeNotify/docs/clientchangenotify-translation.txt (renamed from plugins/ClientChangeNotify/clientchangenotify-translation.txt)0
-rw-r--r--plugins/ClientChangeNotify/docs/copying.txt (renamed from plugins/ClientChangeNotify/copying.txt)0
-rw-r--r--plugins/ClientChangeNotify/res/Resources.rc (renamed from plugins/ClientChangeNotify/Resources.rc)4
-rw-r--r--plugins/ClientChangeNotify/res/Resources.rc2 (renamed from plugins/ClientChangeNotify/Resources.rc2)2
-rw-r--r--plugins/ClientChangeNotify/src/ClientChangeNotify.cpp (renamed from plugins/ClientChangeNotify/ClientChangeNotify.cpp)0
-rw-r--r--plugins/ClientChangeNotify/src/Common.h (renamed from plugins/ClientChangeNotify/Common.h)0
-rw-r--r--plugins/ClientChangeNotify/src/Misc.h (renamed from plugins/ClientChangeNotify/Misc.h)0
-rw-r--r--plugins/ClientChangeNotify/src/OptDlg.cpp (renamed from plugins/ClientChangeNotify/OptDlg.cpp)0
-rw-r--r--plugins/ClientChangeNotify/src/VersionNo.h (renamed from plugins/ClientChangeNotify/VersionNo.h)0
-rw-r--r--plugins/ClientChangeNotify/src/resource.h (renamed from plugins/ClientChangeNotify/resource.h)0
-rw-r--r--plugins/Clist_classic/clist_10.vcxproj36
-rw-r--r--plugins/Clist_classic/clist_10.vcxproj.filters24
-rw-r--r--plugins/Clist_classic/docs/clist-translation.txt (renamed from plugins/Clist_classic/clist-translation.txt)0
-rw-r--r--plugins/Clist_classic/docs/clist_classic-translation.txt (renamed from plugins/Clist_classic/clist_classic-translation.txt)0
-rw-r--r--plugins/Clist_classic/res/resource.rc (renamed from plugins/Clist_classic/resource.rc)10
-rw-r--r--plugins/Clist_classic/res/version.rc (renamed from plugins/Clist_classic/version.rc)4
-rw-r--r--plugins/Clist_classic/src/clc.h (renamed from plugins/Clist_classic/clc.h)0
-rw-r--r--plugins/Clist_classic/src/clcfonts.cpp (renamed from plugins/Clist_classic/clcfonts.cpp)0
-rw-r--r--plugins/Clist_classic/src/clcopts.cpp (renamed from plugins/Clist_classic/clcopts.cpp)0
-rw-r--r--plugins/Clist_classic/src/clcpaint.cpp (renamed from plugins/Clist_classic/clcpaint.cpp)0
-rw-r--r--plugins/Clist_classic/src/clistmenus.cpp (renamed from plugins/Clist_classic/clistmenus.cpp)0
-rw-r--r--plugins/Clist_classic/src/clistopts.cpp (renamed from plugins/Clist_classic/clistopts.cpp)0
-rw-r--r--plugins/Clist_classic/src/cluiopts.cpp (renamed from plugins/Clist_classic/cluiopts.cpp)0
-rw-r--r--plugins/Clist_classic/src/commonheaders.h (renamed from plugins/Clist_classic/commonheaders.h)0
-rw-r--r--plugins/Clist_classic/src/init.cpp (renamed from plugins/Clist_classic/init.cpp)0
-rw-r--r--plugins/Clist_classic/src/resource.h (renamed from plugins/Clist_classic/resource.h)0
-rw-r--r--plugins/Clist_classic/src/version.h (renamed from plugins/Clist_classic/version.h)0
31 files changed, 63 insertions, 69 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj
index c5690ca2b9..c1e90d0cc9 100644
--- a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj
+++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj
@@ -77,7 +77,7 @@
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <PrecompiledHeaderFile>Common.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>src\Common.h</PrecompiledHeaderFile>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -99,7 +99,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
- <PrecompiledHeaderFile>Common.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>src\Common.h</PrecompiledHeaderFile>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -124,7 +124,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
- <PrecompiledHeaderFile>Common.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>src\Common.h</PrecompiledHeaderFile>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<Link>
@@ -152,7 +152,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
- <PrecompiledHeaderFile>Common.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>src\Common.h</PrecompiledHeaderFile>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<Link>
@@ -170,33 +170,33 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="ClientChangeNotify.cpp">
+ <ClCompile Include="src\ClientChangeNotify.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\CommonLibs\CString.cpp" />
- <ClCompile Include="OptDlg.cpp" />
+ <ClCompile Include="src\OptDlg.cpp" />
<ClCompile Include="..\CommonLibs\Options.cpp" />
<ClCompile Include="..\CommonLibs\pcre.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="Common.h" />
+ <ClInclude Include="src\Common.h" />
<ClInclude Include="..\CommonLibs\CString.h" />
- <ClInclude Include="Misc.h" />
+ <ClInclude Include="src\Misc.h" />
<ClInclude Include="..\CommonLibs\Options.h" />
<ClInclude Include="..\CommonLibs\pcre.h" />
<ClInclude Include="..\CommonLibs\pcre_main.h" />
- <ClInclude Include="resource.h" />
+ <ClInclude Include="src\resource.h" />
<ClInclude Include="..\CommonLibs\TMyArray.h" />
- <ClInclude Include="VersionNo.h" />
+ <ClInclude Include="src\VersionNo.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="Resources.rc" />
+ <ResourceCompile Include="res\Resources.rc" />
+ <ResourceCompile Include="res\Resources.rc2" />
</ItemGroup>
<ItemGroup>
- <None Include="Resources.rc2" />
- <None Include="ccn_readme.txt" />
- <None Include="ccn_translation.txt" />
- <None Include="copying.txt" />
+ <None Include="docs\ccn_readme.txt" />
+ <None Include="docs\ccn_translation.txt" />
+ <None Include="docs\copying.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters
index b711c6c5e0..8fc754f832 100644
--- a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters
+++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters
@@ -18,13 +18,13 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="ClientChangeNotify.cpp">
+ <ClCompile Include="src\ClientChangeNotify.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\CommonLibs\CString.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="OptDlg.cpp">
+ <ClCompile Include="src\OptDlg.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\CommonLibs\Options.cpp">
@@ -35,13 +35,13 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="Common.h">
+ <ClInclude Include="src\Common.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\CommonLibs\CString.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="Misc.h">
+ <ClInclude Include="src\Misc.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\CommonLibs\Options.h">
@@ -53,32 +53,32 @@
<ClInclude Include="..\CommonLibs\pcre_main.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="resource.h">
+ <ClInclude Include="src\resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\CommonLibs\TMyArray.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="VersionNo.h">
+ <ClInclude Include="src\VersionNo.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="Resources.rc">
+ <ResourceCompile Include="res\Resources.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
- <None Include="Resources.rc2">
+ <None Include="res\Resources.rc2">
<Filter>Resource Files</Filter>
</None>
- <None Include="ccn_readme.txt">
+ <None Include="docs\ccn_readme.txt">
<Filter>Documentation</Filter>
</None>
- <None Include="ccn_translation.txt">
+ <None Include="docs\ccn_translation.txt">
<Filter>Documentation</Filter>
</None>
- <None Include="copying.txt">
+ <None Include="docs\copying.txt">
<Filter>Documentation</Filter>
</None>
</ItemGroup>
diff --git a/plugins/ClientChangeNotify/ccn_readme.txt b/plugins/ClientChangeNotify/docs/ccn_readme.txt
index a365ce067c..a365ce067c 100644
--- a/plugins/ClientChangeNotify/ccn_readme.txt
+++ b/plugins/ClientChangeNotify/docs/ccn_readme.txt
diff --git a/plugins/ClientChangeNotify/ccn_translation.txt b/plugins/ClientChangeNotify/docs/ccn_translation.txt
index b58634963d..b58634963d 100644
--- a/plugins/ClientChangeNotify/ccn_translation.txt
+++ b/plugins/ClientChangeNotify/docs/ccn_translation.txt
diff --git a/plugins/ClientChangeNotify/clientchangenotify-translation.txt b/plugins/ClientChangeNotify/docs/clientchangenotify-translation.txt
index 10d2bee431..10d2bee431 100644
--- a/plugins/ClientChangeNotify/clientchangenotify-translation.txt
+++ b/plugins/ClientChangeNotify/docs/clientchangenotify-translation.txt
diff --git a/plugins/ClientChangeNotify/copying.txt b/plugins/ClientChangeNotify/docs/copying.txt
index 45645b4b53..45645b4b53 100644
--- a/plugins/ClientChangeNotify/copying.txt
+++ b/plugins/ClientChangeNotify/docs/copying.txt
diff --git a/plugins/ClientChangeNotify/Resources.rc b/plugins/ClientChangeNotify/res/Resources.rc
index f1f5ebd0a1..2f76a307d9 100644
--- a/plugins/ClientChangeNotify/Resources.rc
+++ b/plugins/ClientChangeNotify/res/Resources.rc
@@ -1,6 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
-#include "resource.h"
+#include "..\src\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -80,7 +80,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1 TEXTINCLUDE
BEGIN
- "resource.h\0"
+ "..\src\resource.h\0"
END
2 TEXTINCLUDE
diff --git a/plugins/ClientChangeNotify/Resources.rc2 b/plugins/ClientChangeNotify/res/Resources.rc2
index 7a6a4c4a18..ecb7a2de3a 100644
--- a/plugins/ClientChangeNotify/Resources.rc2
+++ b/plugins/ClientChangeNotify/res/Resources.rc2
@@ -15,7 +15,7 @@
//
// Version
//
-#include "VersionNo.h"
+#include "..\src\VersionNo.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
PRODUCTVERSION __FILEVERSION_STRING
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp
index 3318c3ec92..3318c3ec92 100644
--- a/plugins/ClientChangeNotify/ClientChangeNotify.cpp
+++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp
diff --git a/plugins/ClientChangeNotify/Common.h b/plugins/ClientChangeNotify/src/Common.h
index 62d41732a7..62d41732a7 100644
--- a/plugins/ClientChangeNotify/Common.h
+++ b/plugins/ClientChangeNotify/src/Common.h
diff --git a/plugins/ClientChangeNotify/Misc.h b/plugins/ClientChangeNotify/src/Misc.h
index 262193dc26..262193dc26 100644
--- a/plugins/ClientChangeNotify/Misc.h
+++ b/plugins/ClientChangeNotify/src/Misc.h
diff --git a/plugins/ClientChangeNotify/OptDlg.cpp b/plugins/ClientChangeNotify/src/OptDlg.cpp
index 164e51e795..164e51e795 100644
--- a/plugins/ClientChangeNotify/OptDlg.cpp
+++ b/plugins/ClientChangeNotify/src/OptDlg.cpp
diff --git a/plugins/ClientChangeNotify/VersionNo.h b/plugins/ClientChangeNotify/src/VersionNo.h
index 13ba7afb9f..13ba7afb9f 100644
--- a/plugins/ClientChangeNotify/VersionNo.h
+++ b/plugins/ClientChangeNotify/src/VersionNo.h
diff --git a/plugins/ClientChangeNotify/resource.h b/plugins/ClientChangeNotify/src/resource.h
index e9a86ee449..e9a86ee449 100644
--- a/plugins/ClientChangeNotify/resource.h
+++ b/plugins/ClientChangeNotify/src/resource.h
diff --git a/plugins/Clist_classic/clist_10.vcxproj b/plugins/Clist_classic/clist_10.vcxproj
index 10bb364568..c11911c4da 100644
--- a/plugins/Clist_classic/clist_10.vcxproj
+++ b/plugins/Clist_classic/clist_10.vcxproj
@@ -80,10 +80,9 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
<PrecompiledHeader>Use</PrecompiledHeader>
- <PrecompiledHeaderFile>commonheaders.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>src\commonheaders.h</PrecompiledHeaderFile>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -114,9 +113,8 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
<PrecompiledHeader>Use</PrecompiledHeader>
- <PrecompiledHeaderFile>commonheaders.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>src\commonheaders.h</PrecompiledHeaderFile>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -148,9 +146,8 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
<PrecompiledHeader>Use</PrecompiledHeader>
- <PrecompiledHeaderFile>commonheaders.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>src\commonheaders.h</PrecompiledHeaderFile>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -184,9 +181,8 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
<PrecompiledHeader>Use</PrecompiledHeader>
- <PrecompiledHeaderFile>commonheaders.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>src\commonheaders.h</PrecompiledHeaderFile>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -209,20 +205,20 @@
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="clcfonts.cpp" />
- <ClCompile Include="clcopts.cpp" />
- <ClCompile Include="clcpaint.cpp" />
- <ClCompile Include="clistmenus.cpp" />
- <ClCompile Include="clistopts.cpp" />
- <ClCompile Include="cluiopts.cpp" />
- <ClCompile Include="init.cpp">
+ <ClCompile Include="src\clcfonts.cpp" />
+ <ClCompile Include="src\clcopts.cpp" />
+ <ClCompile Include="src\clcpaint.cpp" />
+ <ClCompile Include="src\clistmenus.cpp" />
+ <ClCompile Include="src\clistopts.cpp" />
+ <ClCompile Include="src\cluiopts.cpp" />
+ <ClCompile Include="src\init.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="clc.h" />
- <ClInclude Include="commonheaders.h" />
- <ClInclude Include="resource.h" />
+ <ClInclude Include="src\clc.h" />
+ <ClInclude Include="src\commonheaders.h" />
+ <ClInclude Include="src\resource.h" />
</ItemGroup>
<ItemGroup>
<None Include="res\blank.ico" />
@@ -231,8 +227,8 @@
<None Include="res\hyperlin.cur" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="resource.rc" />
- <ResourceCompile Include="version.rc" />
+ <ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/plugins/Clist_classic/clist_10.vcxproj.filters b/plugins/Clist_classic/clist_10.vcxproj.filters
index e69d846fc1..fa8001046e 100644
--- a/plugins/Clist_classic/clist_10.vcxproj.filters
+++ b/plugins/Clist_classic/clist_10.vcxproj.filters
@@ -15,36 +15,36 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="clcfonts.cpp">
+ <ClCompile Include="src\clcfonts.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="clcopts.cpp">
+ <ClCompile Include="src\clcopts.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="clcpaint.cpp">
+ <ClCompile Include="src\clcpaint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="clistmenus.cpp">
+ <ClCompile Include="src\clistmenus.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="clistopts.cpp">
+ <ClCompile Include="src\clistopts.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="cluiopts.cpp">
+ <ClCompile Include="src\cluiopts.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="init.cpp">
+ <ClCompile Include="src\init.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="clc.h">
+ <ClInclude Include="src\clc.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="commonheaders.h">
+ <ClInclude Include="src\commonheaders.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="resource.h">
+ <ClInclude Include="src\resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
@@ -63,10 +63,10 @@
</None>
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="resource.rc">
+ <ResourceCompile Include="res\resource.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
- <ResourceCompile Include="version.rc">
+ <ResourceCompile Include="res\version.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
diff --git a/plugins/Clist_classic/clist-translation.txt b/plugins/Clist_classic/docs/clist-translation.txt
index f213719525..f213719525 100644
--- a/plugins/Clist_classic/clist-translation.txt
+++ b/plugins/Clist_classic/docs/clist-translation.txt
diff --git a/plugins/Clist_classic/clist_classic-translation.txt b/plugins/Clist_classic/docs/clist_classic-translation.txt
index 2ccfedb7e5..2ccfedb7e5 100644
--- a/plugins/Clist_classic/clist_classic-translation.txt
+++ b/plugins/Clist_classic/docs/clist_classic-translation.txt
diff --git a/plugins/Clist_classic/resource.rc b/plugins/Clist_classic/res/resource.rc
index 264e77e616..8fff7ed3bb 100644
--- a/plugins/Clist_classic/resource.rc
+++ b/plugins/Clist_classic/res/resource.rc
@@ -1,6 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
-#include "resource.h"
+#include "..\src\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -430,7 +430,7 @@ END
1 TEXTINCLUDE
BEGIN
- "resource.h\0"
+ "..\src\resource.h\0"
END
2 TEXTINCLUDE
@@ -455,9 +455,9 @@ END
// Cursor
//
-IDC_HYPERLINKHAND CURSOR "res/hyperlin.cur"
-IDC_DROP CURSOR "res/dragcopy.cur"
-IDC_DROPUSER CURSOR "res/dropuser.cur"
+IDC_HYPERLINKHAND CURSOR "hyperlin.cur"
+IDC_DROP CURSOR "dragcopy.cur"
+IDC_DROPUSER CURSOR "dropuser.cur"
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/plugins/Clist_classic/version.rc b/plugins/Clist_classic/res/version.rc
index 32ae771c97..73ab32afe8 100644
--- a/plugins/Clist_classic/version.rc
+++ b/plugins/Clist_classic/res/version.rc
@@ -2,10 +2,8 @@
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#include "version.h"
-#include "resource.h"
+#include "..\src\version.h"
#include "winres.h"
-#include "richedit.h"
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
diff --git a/plugins/Clist_classic/clc.h b/plugins/Clist_classic/src/clc.h
index 472dc12eab..472dc12eab 100644
--- a/plugins/Clist_classic/clc.h
+++ b/plugins/Clist_classic/src/clc.h
diff --git a/plugins/Clist_classic/clcfonts.cpp b/plugins/Clist_classic/src/clcfonts.cpp
index 6a2f3062dc..6a2f3062dc 100644
--- a/plugins/Clist_classic/clcfonts.cpp
+++ b/plugins/Clist_classic/src/clcfonts.cpp
diff --git a/plugins/Clist_classic/clcopts.cpp b/plugins/Clist_classic/src/clcopts.cpp
index 51f9c8a08b..51f9c8a08b 100644
--- a/plugins/Clist_classic/clcopts.cpp
+++ b/plugins/Clist_classic/src/clcopts.cpp
diff --git a/plugins/Clist_classic/clcpaint.cpp b/plugins/Clist_classic/src/clcpaint.cpp
index dfa4147244..dfa4147244 100644
--- a/plugins/Clist_classic/clcpaint.cpp
+++ b/plugins/Clist_classic/src/clcpaint.cpp
diff --git a/plugins/Clist_classic/clistmenus.cpp b/plugins/Clist_classic/src/clistmenus.cpp
index 76be7e93e4..76be7e93e4 100644
--- a/plugins/Clist_classic/clistmenus.cpp
+++ b/plugins/Clist_classic/src/clistmenus.cpp
diff --git a/plugins/Clist_classic/clistopts.cpp b/plugins/Clist_classic/src/clistopts.cpp
index 83079d6d75..83079d6d75 100644
--- a/plugins/Clist_classic/clistopts.cpp
+++ b/plugins/Clist_classic/src/clistopts.cpp
diff --git a/plugins/Clist_classic/cluiopts.cpp b/plugins/Clist_classic/src/cluiopts.cpp
index e0b7bdbdee..e0b7bdbdee 100644
--- a/plugins/Clist_classic/cluiopts.cpp
+++ b/plugins/Clist_classic/src/cluiopts.cpp
diff --git a/plugins/Clist_classic/commonheaders.h b/plugins/Clist_classic/src/commonheaders.h
index 7382317420..7382317420 100644
--- a/plugins/Clist_classic/commonheaders.h
+++ b/plugins/Clist_classic/src/commonheaders.h
diff --git a/plugins/Clist_classic/init.cpp b/plugins/Clist_classic/src/init.cpp
index 3e497d1739..3e497d1739 100644
--- a/plugins/Clist_classic/init.cpp
+++ b/plugins/Clist_classic/src/init.cpp
diff --git a/plugins/Clist_classic/resource.h b/plugins/Clist_classic/src/resource.h
index 541c69b212..541c69b212 100644
--- a/plugins/Clist_classic/resource.h
+++ b/plugins/Clist_classic/src/resource.h
diff --git a/plugins/Clist_classic/version.h b/plugins/Clist_classic/src/version.h
index 58f9cf348c..58f9cf348c 100644
--- a/plugins/Clist_classic/version.h
+++ b/plugins/Clist_classic/src/version.h