From 15b2dce689a5eccf6864e8ab6abe0dd4206b9f37 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 3 Mar 2013 10:43:52 +0000 Subject: removed not used headers projects cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@3865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PackUpdater/PackUpdater_10.vcxproj | 14 ++++---------- plugins/PackUpdater/PackUpdater_10.vcxproj.filters | 14 -------------- plugins/PackUpdater/PackUpdater_11.vcxproj | 14 ++++---------- plugins/PackUpdater/PackUpdater_11.vcxproj.filters | 14 -------------- plugins/PackUpdater/Res/Version.rc | 4 ---- plugins/PackUpdater/Src/Common.h | 16 +++++----------- plugins/PackUpdater/Src/Version.h | 8 +------- 7 files changed, 14 insertions(+), 70 deletions(-) (limited to 'plugins/PackUpdater') diff --git a/plugins/PackUpdater/PackUpdater_10.vcxproj b/plugins/PackUpdater/PackUpdater_10.vcxproj index dde93e6522..2291cdce14 100644 --- a/plugins/PackUpdater/PackUpdater_10.vcxproj +++ b/plugins/PackUpdater/PackUpdater_10.vcxproj @@ -73,7 +73,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) MultiThreadedDebugDLL Level3 EditAndContinue @@ -97,7 +97,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) MultiThreadedDebugDLL Level3 4996 @@ -121,7 +121,7 @@ Full Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Level3 4996 Use @@ -149,7 +149,7 @@ Full Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Level3 4996 Use @@ -186,12 +186,6 @@ - - - - - - diff --git a/plugins/PackUpdater/PackUpdater_10.vcxproj.filters b/plugins/PackUpdater/PackUpdater_10.vcxproj.filters index 54a9c78af0..df206c7835 100644 --- a/plugins/PackUpdater/PackUpdater_10.vcxproj.filters +++ b/plugins/PackUpdater/PackUpdater_10.vcxproj.filters @@ -48,20 +48,6 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - Resource Files diff --git a/plugins/PackUpdater/PackUpdater_11.vcxproj b/plugins/PackUpdater/PackUpdater_11.vcxproj index d547c80179..55dedcb2e0 100644 --- a/plugins/PackUpdater/PackUpdater_11.vcxproj +++ b/plugins/PackUpdater/PackUpdater_11.vcxproj @@ -77,7 +77,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) MultiThreadedDebugDLL Level3 EditAndContinue @@ -101,7 +101,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) MultiThreadedDebugDLL Level3 4996 @@ -125,7 +125,7 @@ Full Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Level3 4996 Use @@ -153,7 +153,7 @@ Full Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;PACKUPDATER_EXPORTS;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Level3 4996 Use @@ -190,12 +190,6 @@ - - - - - - diff --git a/plugins/PackUpdater/PackUpdater_11.vcxproj.filters b/plugins/PackUpdater/PackUpdater_11.vcxproj.filters index 54a9c78af0..df206c7835 100644 --- a/plugins/PackUpdater/PackUpdater_11.vcxproj.filters +++ b/plugins/PackUpdater/PackUpdater_11.vcxproj.filters @@ -48,20 +48,6 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - Resource Files diff --git a/plugins/PackUpdater/Res/Version.rc b/plugins/PackUpdater/Res/Version.rc index d741488c4f..5bfbab4754 100644 --- a/plugins/PackUpdater/Res/Version.rc +++ b/plugins/PackUpdater/Res/Version.rc @@ -7,10 +7,6 @@ #include "afxres.h" #include "..\src\version.h" -#ifdef _WIN32 -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -#endif //_WIN32 - VS_VERSION_INFO VERSIONINFO FILEVERSION __FILEVERSION_STRING PRODUCTVERSION __FILEVERSION_STRING diff --git a/plugins/PackUpdater/Src/Common.h b/plugins/PackUpdater/Src/Common.h index 8f8a25aa8a..5317428f06 100644 --- a/plugins/PackUpdater/Src/Common.h +++ b/plugins/PackUpdater/Src/Common.h @@ -17,33 +17,28 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x0A00 - // Windows Header Files: -#include -#include #include #include -#include "vector" // stl vector header +#include +#include #include // Miranda header files -#include "win2k.h" +#include #include #include #include #include #include #include -#include -#include #include #include #include #include #include -#include "m_popup2.h" +#include #include "version.h" #include "resource.h" @@ -51,10 +46,9 @@ Boston, MA 02111-1307, USA. #define MODNAME "PackUpdater" #define MODULEA "Pack Updater" -#define MODULEW L"Pack Updater" +#define MODULE L"Pack Updater" #define DEFAULT_UPDATES_FOLDER L"Pack Updates" typedef std::wstring tString; -#define MODULE MODULEW struct FILEURL { diff --git a/plugins/PackUpdater/Src/Version.h b/plugins/PackUpdater/Src/Version.h index 4f1950f3bb..d6687f0239 100644 --- a/plugins/PackUpdater/Src/Version.h +++ b/plugins/PackUpdater/Src/Version.h @@ -4,14 +4,8 @@ #define __BUILD_NUM 1 #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM -#define __STRINGIFY_IMPL(x) #x -#define __STRINGIFY(x) __STRINGIFY_IMPL(x) -#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS) - -#define __PLUGIN_NAME "Pack Updater" -#define __INTERNAL_NAME "PackUpdater" +#define __PLUGIN_NAME "Pack updater" #define __FILENAME "PackUpdater.dll" #define __DESCRIPTION "Simple updater for Miranda NG premodified packs." #define __AUTHOR "Mataes, ZERO_BiT" -- cgit v1.2.3