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 --- protocols/FacebookRM/facebook_10.vcxproj | 3 ++- protocols/FacebookRM/facebook_10.vcxproj.filters | 3 +++ protocols/FacebookRM/src/stdafx.cpp | 18 ++++++++++++++++++ protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj | 3 ++- protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj.filters | 3 +++ protocols/Gadu-Gadu/src/stdafx.cpp | 18 ++++++++++++++++++ protocols/IRCG/IRC_10.vcxproj | 3 ++- protocols/IRCG/IRC_10.vcxproj.filters | 3 +++ protocols/IRCG/src/stdafx.cpp | 18 ++++++++++++++++++ protocols/IcqOscarJ/icqoscar8_10.vcxproj | 3 ++- protocols/IcqOscarJ/icqoscar8_10.vcxproj.filters | 1 + protocols/IcqOscarJ/src/stdafx.cpp | 18 ++++++++++++++++++ protocols/JabberG/jabber_10.vcxproj | 3 ++- protocols/JabberG/jabber_10.vcxproj.filters | 3 +++ protocols/JabberG/src/stdafx.cpp | 18 ++++++++++++++++++ protocols/MRA/Mra.vcxproj | 3 ++- protocols/MRA/Mra.vcxproj.filters | 3 +++ protocols/MRA/src/stdafx.cpp | 18 ++++++++++++++++++ protocols/MSN/msn_10.vcxproj | 3 ++- protocols/MSN/msn_10.vcxproj.filters | 3 +++ protocols/MSN/src/stdafx.cpp | 18 ++++++++++++++++++ 21 files changed, 159 insertions(+), 7 deletions(-) create mode 100644 protocols/FacebookRM/src/stdafx.cpp create mode 100644 protocols/Gadu-Gadu/src/stdafx.cpp create mode 100644 protocols/IRCG/src/stdafx.cpp create mode 100644 protocols/IcqOscarJ/src/stdafx.cpp create mode 100644 protocols/JabberG/src/stdafx.cpp create mode 100644 protocols/MRA/src/stdafx.cpp create mode 100644 protocols/MSN/src/stdafx.cpp (limited to 'protocols') diff --git a/protocols/FacebookRM/facebook_10.vcxproj b/protocols/FacebookRM/facebook_10.vcxproj index 29c6d06952..042a5b54da 100644 --- a/protocols/FacebookRM/facebook_10.vcxproj +++ b/protocols/FacebookRM/facebook_10.vcxproj @@ -183,12 +183,13 @@ - + Create + diff --git a/protocols/FacebookRM/facebook_10.vcxproj.filters b/protocols/FacebookRM/facebook_10.vcxproj.filters index ab557b3fa2..326a245303 100644 --- a/protocols/FacebookRM/facebook_10.vcxproj.filters +++ b/protocols/FacebookRM/facebook_10.vcxproj.filters @@ -66,6 +66,9 @@ Source Files + + Source Files + diff --git a/protocols/FacebookRM/src/stdafx.cpp b/protocols/FacebookRM/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/protocols/FacebookRM/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/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj index 9e993fbe79..d6c0bfbee8 100644 --- a/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj +++ b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj @@ -198,7 +198,7 @@ - + Create @@ -213,6 +213,7 @@ + diff --git a/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj.filters b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj.filters index 227066cb83..2d86916e71 100644 --- a/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj.filters +++ b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj.filters @@ -114,6 +114,9 @@ Source Files + + Source Files + diff --git a/protocols/Gadu-Gadu/src/stdafx.cpp b/protocols/Gadu-Gadu/src/stdafx.cpp new file mode 100644 index 0000000000..72d920cdfb --- /dev/null +++ b/protocols/Gadu-Gadu/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 "gg.h" \ No newline at end of file diff --git a/protocols/IRCG/IRC_10.vcxproj b/protocols/IRCG/IRC_10.vcxproj index b9ab8cf992..ab4f3ea0f0 100644 --- a/protocols/IRCG/IRC_10.vcxproj +++ b/protocols/IRCG/IRC_10.vcxproj @@ -198,7 +198,7 @@ - + Create @@ -206,6 +206,7 @@ + diff --git a/protocols/IRCG/IRC_10.vcxproj.filters b/protocols/IRCG/IRC_10.vcxproj.filters index fcd43c9931..3fe7a31e89 100644 --- a/protocols/IRCG/IRC_10.vcxproj.filters +++ b/protocols/IRCG/IRC_10.vcxproj.filters @@ -64,6 +64,9 @@ Source Files + + Source Files + diff --git a/protocols/IRCG/src/stdafx.cpp b/protocols/IRCG/src/stdafx.cpp new file mode 100644 index 0000000000..4f24336022 --- /dev/null +++ b/protocols/IRCG/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 "irc.h" \ No newline at end of file diff --git a/protocols/IcqOscarJ/icqoscar8_10.vcxproj b/protocols/IcqOscarJ/icqoscar8_10.vcxproj index 21e715acbb..ee61603f7b 100644 --- a/protocols/IcqOscarJ/icqoscar8_10.vcxproj +++ b/protocols/IcqOscarJ/icqoscar8_10.vcxproj @@ -259,6 +259,7 @@ + @@ -287,7 +288,7 @@ - + Create diff --git a/protocols/IcqOscarJ/icqoscar8_10.vcxproj.filters b/protocols/IcqOscarJ/icqoscar8_10.vcxproj.filters index 8d5fae987d..37a312cb95 100644 --- a/protocols/IcqOscarJ/icqoscar8_10.vcxproj.filters +++ b/protocols/IcqOscarJ/icqoscar8_10.vcxproj.filters @@ -265,5 +265,6 @@ Miranda Bits + \ No newline at end of file diff --git a/protocols/IcqOscarJ/src/stdafx.cpp b/protocols/IcqOscarJ/src/stdafx.cpp new file mode 100644 index 0000000000..a2b5f7f48b --- /dev/null +++ b/protocols/IcqOscarJ/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 "icqoscar.h" \ No newline at end of file diff --git a/protocols/JabberG/jabber_10.vcxproj b/protocols/JabberG/jabber_10.vcxproj index 35c897cac7..5fcf10234e 100644 --- a/protocols/JabberG/jabber_10.vcxproj +++ b/protocols/JabberG/jabber_10.vcxproj @@ -199,7 +199,7 @@ - + Create @@ -253,6 +253,7 @@ + diff --git a/protocols/JabberG/jabber_10.vcxproj.filters b/protocols/JabberG/jabber_10.vcxproj.filters index a560a62fc1..9b905f80ff 100644 --- a/protocols/JabberG/jabber_10.vcxproj.filters +++ b/protocols/JabberG/jabber_10.vcxproj.filters @@ -174,6 +174,9 @@ Source Files + + Source Files + diff --git a/protocols/JabberG/src/stdafx.cpp b/protocols/JabberG/src/stdafx.cpp new file mode 100644 index 0000000000..b019bed7ab --- /dev/null +++ b/protocols/JabberG/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 "jabber.h" \ No newline at end of file diff --git a/protocols/MRA/Mra.vcxproj b/protocols/MRA/Mra.vcxproj index 52e49b129f..165b5bb5a2 100644 --- a/protocols/MRA/Mra.vcxproj +++ b/protocols/MRA/Mra.vcxproj @@ -184,7 +184,7 @@ - + Create @@ -206,6 +206,7 @@ + diff --git a/protocols/MRA/Mra.vcxproj.filters b/protocols/MRA/Mra.vcxproj.filters index c4251eca48..f53bbf5b56 100644 --- a/protocols/MRA/Mra.vcxproj.filters +++ b/protocols/MRA/Mra.vcxproj.filters @@ -75,6 +75,9 @@ Source Files + + Source Files + diff --git a/protocols/MRA/src/stdafx.cpp b/protocols/MRA/src/stdafx.cpp new file mode 100644 index 0000000000..b9e22e9c92 --- /dev/null +++ b/protocols/MRA/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 "Mra.h" \ No newline at end of file diff --git a/protocols/MSN/msn_10.vcxproj b/protocols/MSN/msn_10.vcxproj index 1a00b70269..83bd1e3855 100644 --- a/protocols/MSN/msn_10.vcxproj +++ b/protocols/MSN/msn_10.vcxproj @@ -204,7 +204,7 @@ NotUsing - + Create @@ -238,6 +238,7 @@ + diff --git a/protocols/MSN/msn_10.vcxproj.filters b/protocols/MSN/msn_10.vcxproj.filters index 41799e2ef5..739be1ce0b 100644 --- a/protocols/MSN/msn_10.vcxproj.filters +++ b/protocols/MSN/msn_10.vcxproj.filters @@ -116,6 +116,9 @@ Source Files + + Source Files + diff --git a/protocols/MSN/src/stdafx.cpp b/protocols/MSN/src/stdafx.cpp new file mode 100644 index 0000000000..6607524f0f --- /dev/null +++ b/protocols/MSN/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 "msn_global.h" \ No newline at end of file -- cgit v1.2.3