From b61cd3d190d40825ec68d4f8b424347028aea80f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 21 Nov 2012 16:04:38 +0000 Subject: consistent hash generation fix - part 6 git-svn-id: http://svn.miranda-ng.org/main/trunk@2417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/TabSRMM/tabsrmm_10.vcxproj | 3 ++- plugins/TabSRMM/tabsrmm_10.vcxproj.filters | 3 +++ plugins/TipperYM/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/TipperYM/tipper_ym_10.vcxproj | 3 ++- plugins/TipperYM/tipper_ym_10.vcxproj.filters | 3 +++ plugins/TopToolBar/TopToolBar.vcxproj | 3 ++- plugins/TopToolBar/TopToolBar.vcxproj.filters | 3 +++ plugins/TopToolBar/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/UserInfoEx/UInfoEx_10.vcxproj | 3 ++- plugins/UserInfoEx/UInfoEx_10.vcxproj.filters | 3 +++ plugins/UserInfoEx/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/Variables/Variables_10.vcxproj | 3 ++- plugins/Variables/Variables_10.vcxproj.filters | 3 +++ plugins/Variables/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/VersionInfo/VersionInfo_10.vcxproj | 3 ++- plugins/VersionInfo/VersionInfo_10.vcxproj.filters | 3 +++ plugins/VersionInfo/src/common.h | 3 +++ plugins/VersionInfo/src/main.cpp | 5 ----- plugins/VersionInfo/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/VersionInfo/src/utils.cpp | 3 --- plugins/WhenWasIt/WhenWasIt_10.vcxproj | 3 ++- plugins/WhenWasIt/WhenWasIt_10.vcxproj.filters | 3 +++ plugins/WhenWasIt/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/YAPP/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/YAPP/yapp_10.vcxproj | 3 ++- plugins/YAPP/yapp_10.vcxproj.filters | 3 +++ 27 files changed, 187 insertions(+), 16 deletions(-) create mode 100644 plugins/TabSRMM/src/stdafx.cpp create mode 100644 plugins/TipperYM/src/stdafx.cpp create mode 100644 plugins/TopToolBar/src/stdafx.cpp create mode 100644 plugins/UserInfoEx/src/stdafx.cpp create mode 100644 plugins/Variables/src/stdafx.cpp create mode 100644 plugins/VersionInfo/src/stdafx.cpp create mode 100644 plugins/WhenWasIt/src/stdafx.cpp create mode 100644 plugins/YAPP/src/stdafx.cpp (limited to 'plugins') diff --git a/plugins/TabSRMM/src/stdafx.cpp b/plugins/TabSRMM/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/TabSRMM/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "commonheaders.h" \ No newline at end of file diff --git a/plugins/TabSRMM/tabsrmm_10.vcxproj b/plugins/TabSRMM/tabsrmm_10.vcxproj index e058323d4d..5b1c2b1280 100644 --- a/plugins/TabSRMM/tabsrmm_10.vcxproj +++ b/plugins/TabSRMM/tabsrmm_10.vcxproj @@ -220,9 +220,10 @@ - + Create + diff --git a/plugins/TabSRMM/tabsrmm_10.vcxproj.filters b/plugins/TabSRMM/tabsrmm_10.vcxproj.filters index c6a1954ab4..780545c9b8 100644 --- a/plugins/TabSRMM/tabsrmm_10.vcxproj.filters +++ b/plugins/TabSRMM/tabsrmm_10.vcxproj.filters @@ -165,6 +165,9 @@ Source Files + + Source Files + diff --git a/plugins/TipperYM/src/stdafx.cpp b/plugins/TipperYM/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/TipperYM/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "common.h" \ No newline at end of file diff --git a/plugins/TipperYM/tipper_ym_10.vcxproj b/plugins/TipperYM/tipper_ym_10.vcxproj index 615930dc43..aabbebc2cf 100644 --- a/plugins/TipperYM/tipper_ym_10.vcxproj +++ b/plugins/TipperYM/tipper_ym_10.vcxproj @@ -185,9 +185,10 @@ + - + Create diff --git a/plugins/TipperYM/tipper_ym_10.vcxproj.filters b/plugins/TipperYM/tipper_ym_10.vcxproj.filters index 9cd122d83e..34451d4c41 100644 --- a/plugins/TipperYM/tipper_ym_10.vcxproj.filters +++ b/plugins/TipperYM/tipper_ym_10.vcxproj.filters @@ -48,6 +48,9 @@ Source Files + + Source Files + diff --git a/plugins/TopToolBar/TopToolBar.vcxproj b/plugins/TopToolBar/TopToolBar.vcxproj index fd726d75fa..97ce6f8155 100644 --- a/plugins/TopToolBar/TopToolBar.vcxproj +++ b/plugins/TopToolBar/TopToolBar.vcxproj @@ -194,9 +194,10 @@ - + Create + diff --git a/plugins/TopToolBar/TopToolBar.vcxproj.filters b/plugins/TopToolBar/TopToolBar.vcxproj.filters index bd1465a04d..bbb0f350ff 100644 --- a/plugins/TopToolBar/TopToolBar.vcxproj.filters +++ b/plugins/TopToolBar/TopToolBar.vcxproj.filters @@ -55,5 +55,8 @@ Source Files + + Source Files + \ No newline at end of file diff --git a/plugins/TopToolBar/src/stdafx.cpp b/plugins/TopToolBar/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/TopToolBar/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "common.h" \ No newline at end of file diff --git a/plugins/UserInfoEx/UInfoEx_10.vcxproj b/plugins/UserInfoEx/UInfoEx_10.vcxproj index fc43f17ae6..e815010090 100644 --- a/plugins/UserInfoEx/UInfoEx_10.vcxproj +++ b/plugins/UserInfoEx/UInfoEx_10.vcxproj @@ -183,7 +183,7 @@ - + Create @@ -193,6 +193,7 @@ + diff --git a/plugins/UserInfoEx/UInfoEx_10.vcxproj.filters b/plugins/UserInfoEx/UInfoEx_10.vcxproj.filters index bbe6c5dde2..39015149ac 100644 --- a/plugins/UserInfoEx/UInfoEx_10.vcxproj.filters +++ b/plugins/UserInfoEx/UInfoEx_10.vcxproj.filters @@ -200,6 +200,9 @@ Source Files\Controls + + Source Files + diff --git a/plugins/UserInfoEx/src/stdafx.cpp b/plugins/UserInfoEx/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/UserInfoEx/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "commonheaders.h" \ No newline at end of file diff --git a/plugins/Variables/Variables_10.vcxproj b/plugins/Variables/Variables_10.vcxproj index d58d6ba537..015d2f5972 100644 --- a/plugins/Variables/Variables_10.vcxproj +++ b/plugins/Variables/Variables_10.vcxproj @@ -182,10 +182,11 @@ NotUsing - + Create + diff --git a/plugins/Variables/Variables_10.vcxproj.filters b/plugins/Variables/Variables_10.vcxproj.filters index 5a19c2154c..0a7ba127c0 100644 --- a/plugins/Variables/Variables_10.vcxproj.filters +++ b/plugins/Variables/Variables_10.vcxproj.filters @@ -97,6 +97,9 @@ External + + Source Files + diff --git a/plugins/Variables/src/stdafx.cpp b/plugins/Variables/src/stdafx.cpp new file mode 100644 index 0000000000..d2a769d004 --- /dev/null +++ b/plugins/Variables/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "variables.h" \ No newline at end of file diff --git a/plugins/VersionInfo/VersionInfo_10.vcxproj b/plugins/VersionInfo/VersionInfo_10.vcxproj index f98174029f..e25ce41abe 100644 --- a/plugins/VersionInfo/VersionInfo_10.vcxproj +++ b/plugins/VersionInfo/VersionInfo_10.vcxproj @@ -185,10 +185,11 @@ - + Create + diff --git a/plugins/VersionInfo/VersionInfo_10.vcxproj.filters b/plugins/VersionInfo/VersionInfo_10.vcxproj.filters index b5f5a05d9b..e84a5904c6 100644 --- a/plugins/VersionInfo/VersionInfo_10.vcxproj.filters +++ b/plugins/VersionInfo/VersionInfo_10.vcxproj.filters @@ -36,6 +36,9 @@ Source Files + + Source Files + diff --git a/plugins/VersionInfo/src/common.h b/plugins/VersionInfo/src/common.h index 3182abc660..20d48e5f3b 100644 --- a/plugins/VersionInfo/src/common.h +++ b/plugins/VersionInfo/src/common.h @@ -18,6 +18,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define STRICT +#define WIN32_LEAN_AND_MEAN + #ifndef M_VERSIONINFO_COMMON_H #define M_VERSIONINFO_COMMON_H diff --git a/plugins/VersionInfo/src/main.cpp b/plugins/VersionInfo/src/main.cpp index 53c75be86f..91e29e650e 100644 --- a/plugins/VersionInfo/src/main.cpp +++ b/plugins/VersionInfo/src/main.cpp @@ -18,11 +18,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define STRICT -#define WIN32_LEAN_AND_MEAN - -#define _CRT_SECURE_NO_DEPRECATE - #include "common.h" #include "CVersionInfo.h" diff --git a/plugins/VersionInfo/src/stdafx.cpp b/plugins/VersionInfo/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/VersionInfo/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "common.h" \ No newline at end of file diff --git a/plugins/VersionInfo/src/utils.cpp b/plugins/VersionInfo/src/utils.cpp index 9be552c8cc..bb63a3cf3f 100644 --- a/plugins/VersionInfo/src/utils.cpp +++ b/plugins/VersionInfo/src/utils.cpp @@ -20,9 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //#define USE_LOG_FUNCTIONS -#define STRICT -#define WIN32_LEAN_AND_MEAN - #include "common.h" #include "utils.h" diff --git a/plugins/WhenWasIt/WhenWasIt_10.vcxproj b/plugins/WhenWasIt/WhenWasIt_10.vcxproj index 0ababa0edc..02e9e15e00 100644 --- a/plugins/WhenWasIt/WhenWasIt_10.vcxproj +++ b/plugins/WhenWasIt/WhenWasIt_10.vcxproj @@ -188,8 +188,9 @@ + - + Create diff --git a/plugins/WhenWasIt/WhenWasIt_10.vcxproj.filters b/plugins/WhenWasIt/WhenWasIt_10.vcxproj.filters index 37586cc1e5..2ccc920e34 100644 --- a/plugins/WhenWasIt/WhenWasIt_10.vcxproj.filters +++ b/plugins/WhenWasIt/WhenWasIt_10.vcxproj.filters @@ -45,6 +45,9 @@ Source Files + + Source Files + diff --git a/plugins/WhenWasIt/src/stdafx.cpp b/plugins/WhenWasIt/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/WhenWasIt/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "commonheaders.h" \ No newline at end of file diff --git a/plugins/YAPP/src/stdafx.cpp b/plugins/YAPP/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/YAPP/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "common.h" \ No newline at end of file diff --git a/plugins/YAPP/yapp_10.vcxproj b/plugins/YAPP/yapp_10.vcxproj index d37db7512e..c315dae157 100644 --- a/plugins/YAPP/yapp_10.vcxproj +++ b/plugins/YAPP/yapp_10.vcxproj @@ -179,9 +179,10 @@ + - + Create diff --git a/plugins/YAPP/yapp_10.vcxproj.filters b/plugins/YAPP/yapp_10.vcxproj.filters index cb0d887b30..e1420633dc 100644 --- a/plugins/YAPP/yapp_10.vcxproj.filters +++ b/plugins/YAPP/yapp_10.vcxproj.filters @@ -39,6 +39,9 @@ Source Files + + Source Files + -- cgit v1.2.3