From 52245921c5eb8d6e77d2f18ac692e33622af3915 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 21 Nov 2012 11:26:23 +0000 Subject: consistent hash generation fix - part 4 git-svn-id: http://svn.miranda-ng.org/main/trunk@2412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CmdLine/MimCmd/MimCmd.vcxproj | 3 ++- plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters | 3 +++ plugins/CmdLine/MimCmd/src/stdafx.cpp | 18 ++++++++++++++++ plugins/CryptoPP/cryptopp_10.vcxproj | 3 ++- plugins/CryptoPP/cryptopp_10.vcxproj.filters | 3 +++ plugins/CryptoPP/src/stdafx.cpp | 18 ++++++++++++++++ plugins/Db3x/db3x_10.vcxproj | 3 ++- plugins/Db3x/db3x_10.vcxproj.filters | 3 +++ plugins/Db3x/src/stdafx.cpp | 18 ++++++++++++++++ plugins/Db3x_mmap/db3x_mmap_10.vcxproj | 3 ++- plugins/Db3x_mmap/db3x_mmap_10.vcxproj.filters | 3 +++ plugins/Db3x_mmap/src/stdafx.cpp | 18 ++++++++++++++++ plugins/DbChecker/dbchecker_10.vcxproj | 3 ++- plugins/DbChecker/dbchecker_10.vcxproj.filters | 3 +++ plugins/DbChecker/src/stdafx.cpp | 18 ++++++++++++++++ plugins/DbEditorPP/dbeditorpp_10.vcxproj | 3 ++- plugins/DbEditorPP/dbeditorpp_10.vcxproj.filters | 3 +++ plugins/DbEditorPP/src/stdafx.cpp | 18 ++++++++++++++++ plugins/Db_autobackups/db_autobackups_10.vcxproj | 3 ++- .../db_autobackups_10.vcxproj.filters | 3 +++ plugins/Db_autobackups/src/stdafx.cpp | 18 ++++++++++++++++ plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj | 3 ++- .../Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj.filters | 3 +++ plugins/Dbx_mmap_SA/src/stdafx.cpp | 18 ++++++++++++++++ plugins/FTPFileYM/ftpfile_10.vcxproj | 3 ++- plugins/FTPFileYM/ftpfile_10.vcxproj.filters | 3 +++ plugins/FTPFileYM/src/stdafx.cpp | 18 ++++++++++++++++ .../fingerprint_mod_vs2010.vcxproj | 3 ++- .../fingerprint_mod_vs2010.vcxproj.filters | 3 +++ plugins/FingerPrintModPlus/src/stdafx.cpp | 18 ++++++++++++++++ .../FingerprintNG/fingerprint_ng_vs2010.vcxproj | 3 ++- .../fingerprint_ng_vs2010.vcxproj.filters | 3 +++ plugins/FingerprintNG/src/stdafx.cpp | 18 ++++++++++++++++ plugins/FlashAvatars/FlashAvatars_10.vcxproj | 4 ++-- plugins/FloatingContacts/FltCont_10.vcxproj | 3 ++- .../FloatingContacts/FltCont_10.vcxproj.filters | 3 +++ plugins/FloatingContacts/src/stdafx.cpp | 18 ++++++++++++++++ plugins/IgnoreState/ignore_10.vcxproj | 3 ++- plugins/IgnoreState/ignore_10.vcxproj.filters | 3 +++ plugins/IgnoreState/src/stdafx.cpp | 18 ++++++++++++++++ plugins/Import/import_10.vcxproj | 3 ++- plugins/Import/import_10.vcxproj.filters | 3 +++ plugins/Import/src/stdafx.cpp | 18 ++++++++++++++++ plugins/KeyboardNotify/KeyboardNotify_10.vcxproj | 3 ++- .../KeyboardNotify_10.vcxproj.filters | 3 +++ plugins/KeyboardNotify/src/stdafx.cpp | 18 ++++++++++++++++ plugins/LangMan/langman.vcxproj | 3 ++- plugins/LangMan/langman.vcxproj.filters | 3 +++ plugins/LangMan/src/stdafx.cpp | 18 ++++++++++++++++ plugins/MetaContacts/MetaContacts_10.vcxproj | 3 ++- .../MetaContacts/MetaContacts_10.vcxproj.filters | 3 +++ plugins/MetaContacts/src/stdafx.cpp | 18 ++++++++++++++++ plugins/MobileState/mobilestate_10.vcxproj | 3 ++- plugins/MobileState/mobilestate_10.vcxproj.filters | 3 +++ plugins/MobileState/src/stdafx.cpp | 18 ++++++++++++++++ plugins/ModernOpt/modernopt_10.vcxproj | 3 ++- plugins/ModernOpt/modernopt_10.vcxproj.filters | 3 +++ plugins/ModernOpt/src/stdafx.cpp | 18 ++++++++++++++++ plugins/MyDetails/mydetails.vcxproj | 3 ++- plugins/MyDetails/mydetails.vcxproj.filters | 3 +++ plugins/MyDetails/src/stdafx.cpp | 18 ++++++++++++++++ plugins/New_GPG/Makefile | 23 --------------------- plugins/New_GPG/new_gpg_10.vcxproj | 8 +++----- plugins/New_GPG/new_gpg_10.vcxproj.filters | 3 +++ plugins/New_GPG/src/stdafx.cpp | 18 ++++++++++++++++ plugins/StopSpamMod/Makefile | 24 ---------------------- plugins/mTextControl/mtextcontrol_10.vcxproj | 3 ++- .../mTextControl/mtextcontrol_10.vcxproj.filters | 3 +++ plugins/mTextControl/src/stdafx.cpp | 18 ++++++++++++++++ 69 files changed, 509 insertions(+), 75 deletions(-) create mode 100644 plugins/CmdLine/MimCmd/src/stdafx.cpp create mode 100644 plugins/CryptoPP/src/stdafx.cpp create mode 100644 plugins/Db3x/src/stdafx.cpp create mode 100644 plugins/Db3x_mmap/src/stdafx.cpp create mode 100644 plugins/DbChecker/src/stdafx.cpp create mode 100644 plugins/DbEditorPP/src/stdafx.cpp create mode 100644 plugins/Db_autobackups/src/stdafx.cpp create mode 100644 plugins/Dbx_mmap_SA/src/stdafx.cpp create mode 100644 plugins/FTPFileYM/src/stdafx.cpp create mode 100644 plugins/FingerPrintModPlus/src/stdafx.cpp create mode 100644 plugins/FingerprintNG/src/stdafx.cpp create mode 100644 plugins/FloatingContacts/src/stdafx.cpp create mode 100644 plugins/IgnoreState/src/stdafx.cpp create mode 100644 plugins/Import/src/stdafx.cpp create mode 100644 plugins/KeyboardNotify/src/stdafx.cpp create mode 100644 plugins/LangMan/src/stdafx.cpp create mode 100644 plugins/MetaContacts/src/stdafx.cpp create mode 100644 plugins/MobileState/src/stdafx.cpp create mode 100644 plugins/ModernOpt/src/stdafx.cpp create mode 100644 plugins/MyDetails/src/stdafx.cpp delete mode 100755 plugins/New_GPG/Makefile create mode 100644 plugins/New_GPG/src/stdafx.cpp delete mode 100755 plugins/StopSpamMod/Makefile create mode 100644 plugins/mTextControl/src/stdafx.cpp (limited to 'plugins') diff --git a/plugins/CmdLine/MimCmd/MimCmd.vcxproj b/plugins/CmdLine/MimCmd/MimCmd.vcxproj index ca259e0dbc..78547cd4de 100644 --- a/plugins/CmdLine/MimCmd/MimCmd.vcxproj +++ b/plugins/CmdLine/MimCmd/MimCmd.vcxproj @@ -169,12 +169,13 @@ - + Create NotUsing + diff --git a/plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters b/plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters index 4352e86988..1dbcda6f3e 100644 --- a/plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters +++ b/plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters @@ -24,6 +24,9 @@ Source Files + + Source Files + diff --git a/plugins/CmdLine/MimCmd/src/stdafx.cpp b/plugins/CmdLine/MimCmd/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/CmdLine/MimCmd/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/CryptoPP/cryptopp_10.vcxproj b/plugins/CryptoPP/cryptopp_10.vcxproj index 1d14ecb0f5..8323a9c862 100644 --- a/plugins/CryptoPP/cryptopp_10.vcxproj +++ b/plugins/CryptoPP/cryptopp_10.vcxproj @@ -180,7 +180,7 @@ - + Create @@ -196,6 +196,7 @@ + diff --git a/plugins/CryptoPP/cryptopp_10.vcxproj.filters b/plugins/CryptoPP/cryptopp_10.vcxproj.filters index 2d664a50f3..328dfb7b06 100644 --- a/plugins/CryptoPP/cryptopp_10.vcxproj.filters +++ b/plugins/CryptoPP/cryptopp_10.vcxproj.filters @@ -66,6 +66,9 @@ Source Files + + Source Files + diff --git a/plugins/CryptoPP/src/stdafx.cpp b/plugins/CryptoPP/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/CryptoPP/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/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj index 9f57074acf..4619ef383d 100644 --- a/plugins/Db3x/db3x_10.vcxproj +++ b/plugins/Db3x/db3x_10.vcxproj @@ -225,9 +225,10 @@ - + Create + diff --git a/plugins/Db3x/db3x_10.vcxproj.filters b/plugins/Db3x/db3x_10.vcxproj.filters index 838112c5f2..928ca8ebc6 100644 --- a/plugins/Db3x/db3x_10.vcxproj.filters +++ b/plugins/Db3x/db3x_10.vcxproj.filters @@ -78,6 +78,9 @@ Mmap\Checker + + Source Files + diff --git a/plugins/Db3x/src/stdafx.cpp b/plugins/Db3x/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/Db3x/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/Db3x_mmap/db3x_mmap_10.vcxproj b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj index c2b926713a..256b415fc5 100644 --- a/plugins/Db3x_mmap/db3x_mmap_10.vcxproj +++ b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj @@ -225,9 +225,10 @@ ..\commonheaders.h - + Create + diff --git a/plugins/Db3x_mmap/db3x_mmap_10.vcxproj.filters b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj.filters index 302caf3045..d965eacf7d 100644 --- a/plugins/Db3x_mmap/db3x_mmap_10.vcxproj.filters +++ b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj.filters @@ -75,6 +75,9 @@ Source Files\Checker + + Source Files + diff --git a/plugins/Db3x_mmap/src/stdafx.cpp b/plugins/Db3x_mmap/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/Db3x_mmap/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/DbChecker/dbchecker_10.vcxproj b/plugins/DbChecker/dbchecker_10.vcxproj index d27e7e4abd..675b83379e 100644 --- a/plugins/DbChecker/dbchecker_10.vcxproj +++ b/plugins/DbChecker/dbchecker_10.vcxproj @@ -189,9 +189,10 @@ - + Create + diff --git a/plugins/DbChecker/dbchecker_10.vcxproj.filters b/plugins/DbChecker/dbchecker_10.vcxproj.filters index e421e1eff8..6825c82e39 100644 --- a/plugins/DbChecker/dbchecker_10.vcxproj.filters +++ b/plugins/DbChecker/dbchecker_10.vcxproj.filters @@ -48,6 +48,9 @@ Source Files + + Source Files + diff --git a/plugins/DbChecker/src/stdafx.cpp b/plugins/DbChecker/src/stdafx.cpp new file mode 100644 index 0000000000..c2399c432d --- /dev/null +++ b/plugins/DbChecker/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 "dbchecker.h" \ No newline at end of file diff --git a/plugins/DbEditorPP/dbeditorpp_10.vcxproj b/plugins/DbEditorPP/dbeditorpp_10.vcxproj index f54b54806a..c987ae8a6e 100644 --- a/plugins/DbEditorPP/dbeditorpp_10.vcxproj +++ b/plugins/DbEditorPP/dbeditorpp_10.vcxproj @@ -180,7 +180,7 @@ - + Create @@ -193,6 +193,7 @@ + diff --git a/plugins/DbEditorPP/dbeditorpp_10.vcxproj.filters b/plugins/DbEditorPP/dbeditorpp_10.vcxproj.filters index b8701822ca..a23baf1b16 100644 --- a/plugins/DbEditorPP/dbeditorpp_10.vcxproj.filters +++ b/plugins/DbEditorPP/dbeditorpp_10.vcxproj.filters @@ -66,6 +66,9 @@ Source Files\dialogs + + Source Files + diff --git a/plugins/DbEditorPP/src/stdafx.cpp b/plugins/DbEditorPP/src/stdafx.cpp new file mode 100644 index 0000000000..881465e5d9 --- /dev/null +++ b/plugins/DbEditorPP/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 "headers.h" \ No newline at end of file diff --git a/plugins/Db_autobackups/db_autobackups_10.vcxproj b/plugins/Db_autobackups/db_autobackups_10.vcxproj index 4dcb7e7bd7..d1fd2e7422 100644 --- a/plugins/Db_autobackups/db_autobackups_10.vcxproj +++ b/plugins/Db_autobackups/db_autobackups_10.vcxproj @@ -171,9 +171,10 @@ - + Create + diff --git a/plugins/Db_autobackups/db_autobackups_10.vcxproj.filters b/plugins/Db_autobackups/db_autobackups_10.vcxproj.filters index ed336c2e02..5573147fcd 100644 --- a/plugins/Db_autobackups/db_autobackups_10.vcxproj.filters +++ b/plugins/Db_autobackups/db_autobackups_10.vcxproj.filters @@ -24,6 +24,9 @@ Source Files + + Source Files + diff --git a/plugins/Db_autobackups/src/stdafx.cpp b/plugins/Db_autobackups/src/stdafx.cpp new file mode 100644 index 0000000000..881465e5d9 --- /dev/null +++ b/plugins/Db_autobackups/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 "headers.h" \ No newline at end of file diff --git a/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj b/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj index ff910f49bb..4bc925956f 100644 --- a/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj +++ b/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj @@ -226,10 +226,11 @@ - + Create + diff --git a/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj.filters b/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj.filters index 24a03b456a..ece164e77b 100644 --- a/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj.filters +++ b/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj.filters @@ -90,6 +90,9 @@ Mmap files\Checker + + Source Files + diff --git a/plugins/Dbx_mmap_SA/src/stdafx.cpp b/plugins/Dbx_mmap_SA/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/Dbx_mmap_SA/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/FTPFileYM/ftpfile_10.vcxproj b/plugins/FTPFileYM/ftpfile_10.vcxproj index f680e943cd..1fe006ac5c 100644 --- a/plugins/FTPFileYM/ftpfile_10.vcxproj +++ b/plugins/FTPFileYM/ftpfile_10.vcxproj @@ -180,7 +180,7 @@ - + Create @@ -192,6 +192,7 @@ + NotUsing diff --git a/plugins/FTPFileYM/ftpfile_10.vcxproj.filters b/plugins/FTPFileYM/ftpfile_10.vcxproj.filters index 1dcfc39ba4..a31a3d4652 100644 --- a/plugins/FTPFileYM/ftpfile_10.vcxproj.filters +++ b/plugins/FTPFileYM/ftpfile_10.vcxproj.filters @@ -69,6 +69,9 @@ Source Files\zip + + Source Files + diff --git a/plugins/FTPFileYM/src/stdafx.cpp b/plugins/FTPFileYM/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/FTPFileYM/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/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj index 0ddc8af7cf..8c17289c1f 100644 --- a/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj +++ b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj @@ -183,11 +183,12 @@ - + Create + diff --git a/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj.filters b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj.filters index a161c72d3f..99f40472b4 100644 --- a/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj.filters +++ b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj.filters @@ -44,6 +44,9 @@ Source Files + + Source Files + diff --git a/plugins/FingerPrintModPlus/src/stdafx.cpp b/plugins/FingerPrintModPlus/src/stdafx.cpp new file mode 100644 index 0000000000..b09d93b85a --- /dev/null +++ b/plugins/FingerPrintModPlus/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 "global.h" \ No newline at end of file diff --git a/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj b/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj index 2980521309..94cb92f249 100644 --- a/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj +++ b/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj @@ -184,11 +184,12 @@ - + Create + diff --git a/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj.filters b/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj.filters index 7c22bd0780..936866f2ed 100644 --- a/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj.filters +++ b/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj.filters @@ -45,6 +45,9 @@ Source Files + + Source Files + diff --git a/plugins/FingerprintNG/src/stdafx.cpp b/plugins/FingerprintNG/src/stdafx.cpp new file mode 100644 index 0000000000..b09d93b85a --- /dev/null +++ b/plugins/FingerprintNG/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 "global.h" \ No newline at end of file diff --git a/plugins/FlashAvatars/FlashAvatars_10.vcxproj b/plugins/FlashAvatars/FlashAvatars_10.vcxproj index 7fdc5a8c4a..ed46626f37 100644 --- a/plugins/FlashAvatars/FlashAvatars_10.vcxproj +++ b/plugins/FlashAvatars/FlashAvatars_10.vcxproj @@ -189,10 +189,10 @@ - + Create - + diff --git a/plugins/FloatingContacts/FltCont_10.vcxproj b/plugins/FloatingContacts/FltCont_10.vcxproj index e5452eb5df..c533d93e12 100644 --- a/plugins/FloatingContacts/FltCont_10.vcxproj +++ b/plugins/FloatingContacts/FltCont_10.vcxproj @@ -180,10 +180,11 @@ - + Create + diff --git a/plugins/FloatingContacts/FltCont_10.vcxproj.filters b/plugins/FloatingContacts/FltCont_10.vcxproj.filters index 9e23c2e2e6..c7098e7c3c 100644 --- a/plugins/FloatingContacts/FltCont_10.vcxproj.filters +++ b/plugins/FloatingContacts/FltCont_10.vcxproj.filters @@ -30,6 +30,9 @@ Source Files + + Source Files + diff --git a/plugins/FloatingContacts/src/stdafx.cpp b/plugins/FloatingContacts/src/stdafx.cpp new file mode 100644 index 0000000000..a73b90a1a2 --- /dev/null +++ b/plugins/FloatingContacts/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 "stdhdr.h" \ No newline at end of file diff --git a/plugins/IgnoreState/ignore_10.vcxproj b/plugins/IgnoreState/ignore_10.vcxproj index 394f37d49b..e140df83fd 100644 --- a/plugins/IgnoreState/ignore_10.vcxproj +++ b/plugins/IgnoreState/ignore_10.vcxproj @@ -175,10 +175,11 @@ - + Create + diff --git a/plugins/IgnoreState/ignore_10.vcxproj.filters b/plugins/IgnoreState/ignore_10.vcxproj.filters index 03b607d0ac..4d5052657b 100644 --- a/plugins/IgnoreState/ignore_10.vcxproj.filters +++ b/plugins/IgnoreState/ignore_10.vcxproj.filters @@ -24,6 +24,9 @@ Source Files + + Source Files + diff --git a/plugins/IgnoreState/src/stdafx.cpp b/plugins/IgnoreState/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/IgnoreState/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/Import/import_10.vcxproj b/plugins/Import/import_10.vcxproj index cac38e6e71..c544c951f4 100644 --- a/plugins/Import/import_10.vcxproj +++ b/plugins/Import/import_10.vcxproj @@ -198,11 +198,12 @@ NotUsing - + Create + diff --git a/plugins/Import/import_10.vcxproj.filters b/plugins/Import/import_10.vcxproj.filters index f7ed0a68e6..3495d1e132 100644 --- a/plugins/Import/import_10.vcxproj.filters +++ b/plugins/Import/import_10.vcxproj.filters @@ -39,6 +39,9 @@ Source Files + + Source Files + diff --git a/plugins/Import/src/stdafx.cpp b/plugins/Import/src/stdafx.cpp new file mode 100644 index 0000000000..f20859bbbf --- /dev/null +++ b/plugins/Import/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 "import.h" \ No newline at end of file diff --git a/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj b/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj index b87684367d..62c53cb478 100644 --- a/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj +++ b/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj @@ -189,10 +189,11 @@ - + Create + diff --git a/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj.filters b/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj.filters index 0f6f581618..c3af05e4ea 100644 --- a/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj.filters +++ b/plugins/KeyboardNotify/KeyboardNotify_10.vcxproj.filters @@ -68,6 +68,9 @@ Source Files + + Source Files + diff --git a/plugins/KeyboardNotify/src/stdafx.cpp b/plugins/KeyboardNotify/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/KeyboardNotify/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/LangMan/langman.vcxproj b/plugins/LangMan/langman.vcxproj index f9dee33e7f..5f81542f74 100644 --- a/plugins/LangMan/langman.vcxproj +++ b/plugins/LangMan/langman.vcxproj @@ -190,10 +190,11 @@ - + Create + diff --git a/plugins/LangMan/langman.vcxproj.filters b/plugins/LangMan/langman.vcxproj.filters index 55ef3aee7a..438fac2d70 100644 --- a/plugins/LangMan/langman.vcxproj.filters +++ b/plugins/LangMan/langman.vcxproj.filters @@ -27,6 +27,9 @@ Source Files + + Source Files + diff --git a/plugins/LangMan/src/stdafx.cpp b/plugins/LangMan/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/LangMan/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/MetaContacts/MetaContacts_10.vcxproj b/plugins/MetaContacts/MetaContacts_10.vcxproj index 8b3f4e8fba..2688d89597 100644 --- a/plugins/MetaContacts/MetaContacts_10.vcxproj +++ b/plugins/MetaContacts/MetaContacts_10.vcxproj @@ -187,13 +187,14 @@ - + Create + diff --git a/plugins/MetaContacts/MetaContacts_10.vcxproj.filters b/plugins/MetaContacts/MetaContacts_10.vcxproj.filters index 06d109be1b..0a42f2de52 100644 --- a/plugins/MetaContacts/MetaContacts_10.vcxproj.filters +++ b/plugins/MetaContacts/MetaContacts_10.vcxproj.filters @@ -42,6 +42,9 @@ Source Files + + Source Files + diff --git a/plugins/MetaContacts/src/stdafx.cpp b/plugins/MetaContacts/src/stdafx.cpp new file mode 100644 index 0000000000..f0011d406d --- /dev/null +++ b/plugins/MetaContacts/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 "metacontacts.h" \ No newline at end of file diff --git a/plugins/MobileState/mobilestate_10.vcxproj b/plugins/MobileState/mobilestate_10.vcxproj index 1dba33d229..379b552767 100644 --- a/plugins/MobileState/mobilestate_10.vcxproj +++ b/plugins/MobileState/mobilestate_10.vcxproj @@ -175,9 +175,10 @@ - + Create + diff --git a/plugins/MobileState/mobilestate_10.vcxproj.filters b/plugins/MobileState/mobilestate_10.vcxproj.filters index 047378a1ce..23cdf025c5 100644 --- a/plugins/MobileState/mobilestate_10.vcxproj.filters +++ b/plugins/MobileState/mobilestate_10.vcxproj.filters @@ -18,6 +18,9 @@ Source Files + + Source Files + diff --git a/plugins/MobileState/src/stdafx.cpp b/plugins/MobileState/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/MobileState/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/ModernOpt/modernopt_10.vcxproj b/plugins/ModernOpt/modernopt_10.vcxproj index fcf9eb57c2..34615ad5cf 100644 --- a/plugins/ModernOpt/modernopt_10.vcxproj +++ b/plugins/ModernOpt/modernopt_10.vcxproj @@ -184,13 +184,14 @@ - + Create + diff --git a/plugins/ModernOpt/modernopt_10.vcxproj.filters b/plugins/ModernOpt/modernopt_10.vcxproj.filters index c911c441d5..9a9cee9982 100644 --- a/plugins/ModernOpt/modernopt_10.vcxproj.filters +++ b/plugins/ModernOpt/modernopt_10.vcxproj.filters @@ -30,6 +30,9 @@ Source Files + + Source Files + diff --git a/plugins/ModernOpt/src/stdafx.cpp b/plugins/ModernOpt/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/ModernOpt/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/MyDetails/mydetails.vcxproj b/plugins/MyDetails/mydetails.vcxproj index ca160226b0..92a6459622 100644 --- a/plugins/MyDetails/mydetails.vcxproj +++ b/plugins/MyDetails/mydetails.vcxproj @@ -194,10 +194,11 @@ NotUsing - + Create + diff --git a/plugins/MyDetails/mydetails.vcxproj.filters b/plugins/MyDetails/mydetails.vcxproj.filters index 6551fafecb..0187ba07a1 100644 --- a/plugins/MyDetails/mydetails.vcxproj.filters +++ b/plugins/MyDetails/mydetails.vcxproj.filters @@ -36,6 +36,9 @@ Source Files + + Source Files + diff --git a/plugins/MyDetails/src/stdafx.cpp b/plugins/MyDetails/src/stdafx.cpp new file mode 100644 index 0000000000..20208e0410 --- /dev/null +++ b/plugins/MyDetails/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 "commons.h" \ No newline at end of file diff --git a/plugins/New_GPG/Makefile b/plugins/New_GPG/Makefile deleted file mode 100755 index 183390389b..0000000000 --- a/plugins/New_GPG/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -CFLAGS=-g -mdll -mwindows -I../miranda-im/miranda/include -I./ -I/home/sss/temp/windows/libs/utf8cpp/include -D DEBUG -D _UNICODE -D UNICODE -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_USE_LIB -CXXFLAGS=${CFLAGS} -LDFLAGS=-static-libgcc -Wl,-O1 -shared -s -Wl,--subsystem,windows,--kill-at -lshlwapi -lcomdlg32 -lboost_system-mt -lboost_thread_win32-mt -lboost_random-mt -lboost_date_time-mt -CPPFLAGS = -CC=i686-pc-mingw32-gcc -CXX=i686-pc-mingw32-g++ -STRIP=i686-pc-mingw32-strip -LD=i686-pc-mingw32-ld -LNK_COMMON=-lkernel32 - -MAINOBJS=jabber_account.o clist.o init.o options.o gpg_wrapper.o srmm.o messages.o utilities.o metacontacts.o main.o log.o icons.o - -WINDRES=i686-pc-mingw32-windres - -all: main -main: $(MAINOBJS) - $(WINDRES) -i new_gpg.rc -o resources.o - $(CXX) $(MAINOBJS) resources.o $(LNK_COMMON) $(LDFLAGS) -o new_gpg.dll - $(STRIP) new_gpg.dll - upx --best --compress-icons=0 new_gpg.dll -clean: - rm *.o - rm new_gpg.dll diff --git a/plugins/New_GPG/new_gpg_10.vcxproj b/plugins/New_GPG/new_gpg_10.vcxproj index 0e5660cfe2..a437bbe66a 100755 --- a/plugins/New_GPG/new_gpg_10.vcxproj +++ b/plugins/New_GPG/new_gpg_10.vcxproj @@ -25,16 +25,14 @@ - - Create - Create - Create - Create + + Create + diff --git a/plugins/New_GPG/new_gpg_10.vcxproj.filters b/plugins/New_GPG/new_gpg_10.vcxproj.filters index 96cb8c90fe..692179cf66 100755 --- a/plugins/New_GPG/new_gpg_10.vcxproj.filters +++ b/plugins/New_GPG/new_gpg_10.vcxproj.filters @@ -48,6 +48,9 @@ Sources + + Sources + diff --git a/plugins/New_GPG/src/stdafx.cpp b/plugins/New_GPG/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/New_GPG/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/StopSpamMod/Makefile b/plugins/StopSpamMod/Makefile deleted file mode 100755 index 4df12dca59..0000000000 --- a/plugins/StopSpamMod/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -CFLAGS=-Os -fomit-frame-pointer -pipe -march=i686 -mdll -mwin32 -mwindows -I../miranda-im/miranda/include -I/home/sss/temp/windows/libs/utf8cpp/include -D UNICODE -D _UNICODE -DBUILD_DLL -CXXFLAGS=${CFLAGS} -LDFLAGS=-shared -Wl,--subsystem,windows,--kill-at -CPPFLAGS = -CC=i686-pc-mingw32-gcc -CXX=i686-pc-mingw32-g++ -STRIP=i686-pc-mingw32-strip -WINDRES=i686-pc-mingw32-windres -LD=i686-pc-mingw32-ld -LNK_COMMON=-lkernel32 -lboost_thread_win32-mt -lboost_system-mt -lboost_random-mt -lboost_regex-mt -MAINOBJS=eventhooker.o init.o options.o utilities.o stopspam.o -RESOURCES=stopspam.rc - -all: main -main: $(MAINOBJS) - $(WINDRES) -i $(RESOURCES) -o stopspam_res.o - $(CXX) $(MAINOBJS) stopspam_res.o $(LNK_COMMON) $(LDFLAGS) -o stopspam.dll - $(STRIP) stopspam.dll -# upx -9 stopspam.dll -clean: - rm *.o - rm stopspam.dll - - diff --git a/plugins/mTextControl/mtextcontrol_10.vcxproj b/plugins/mTextControl/mtextcontrol_10.vcxproj index 3ca4c68d90..ea3f131e06 100644 --- a/plugins/mTextControl/mtextcontrol_10.vcxproj +++ b/plugins/mTextControl/mtextcontrol_10.vcxproj @@ -184,11 +184,12 @@ - + Create + diff --git a/plugins/mTextControl/mtextcontrol_10.vcxproj.filters b/plugins/mTextControl/mtextcontrol_10.vcxproj.filters index de103894c9..025321cd55 100644 --- a/plugins/mTextControl/mtextcontrol_10.vcxproj.filters +++ b/plugins/mTextControl/mtextcontrol_10.vcxproj.filters @@ -45,6 +45,9 @@ Source Files + + Source Files + diff --git a/plugins/mTextControl/src/stdafx.cpp b/plugins/mTextControl/src/stdafx.cpp new file mode 100644 index 0000000000..881465e5d9 --- /dev/null +++ b/plugins/mTextControl/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 "headers.h" \ No newline at end of file -- cgit v1.2.3