From c9045c572bf8502dd7e0b92f0135914b6b8377ac Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 7 Jul 2012 15:14:57 +0000 Subject: verxion.rc is not editable by Microsoft Visual C++ git-svn-id: http://svn.miranda-ng.org/main/trunk@813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/version.rc | 3 +++ protocols/Gadu-Gadu/version.rc | 4 ++++ protocols/IRCG/version.rc | 4 ++++ protocols/JabberG/version.rc | 4 ++++ protocols/MSN/version.rc | 3 +++ protocols/NewsAggregator/Version.rc | 4 ++++ protocols/Quotes/Version.rc | 4 ++++ protocols/Yahoo/version.rc | 3 +++ 8 files changed, 29 insertions(+) (limited to 'protocols') diff --git a/protocols/AimOscar/version.rc b/protocols/AimOscar/version.rc index 3d5c9191ed..d0bd44e80b 100644 --- a/protocols/AimOscar/version.rc +++ b/protocols/AimOscar/version.rc @@ -1,3 +1,6 @@ +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED #include #include "version.h" diff --git a/protocols/Gadu-Gadu/version.rc b/protocols/Gadu-Gadu/version.rc index 01ce13fd19..3f29f3fb03 100644 --- a/protocols/Gadu-Gadu/version.rc +++ b/protocols/Gadu-Gadu/version.rc @@ -18,6 +18,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //////////////////////////////////////////////////////////////////////////////// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + #include #include "version.h" diff --git a/protocols/IRCG/version.rc b/protocols/IRCG/version.rc index ec86b864c1..3089b54d06 100644 --- a/protocols/IRCG/version.rc +++ b/protocols/IRCG/version.rc @@ -1,3 +1,7 @@ +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + #include #include "version.h" diff --git a/protocols/JabberG/version.rc b/protocols/JabberG/version.rc index 40f66365b2..9a4a18ab81 100644 --- a/protocols/JabberG/version.rc +++ b/protocols/JabberG/version.rc @@ -1,3 +1,7 @@ +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + #include "version.h" #include "resource.h" #include "winres.h" diff --git a/protocols/MSN/version.rc b/protocols/MSN/version.rc index 63b640ccba..1751fb4365 100644 --- a/protocols/MSN/version.rc +++ b/protocols/MSN/version.rc @@ -1,3 +1,6 @@ +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED #include #include "version.h" diff --git a/protocols/NewsAggregator/Version.rc b/protocols/NewsAggregator/Version.rc index e637f0cb33..d1da5e8d6a 100644 --- a/protocols/NewsAggregator/Version.rc +++ b/protocols/NewsAggregator/Version.rc @@ -1,5 +1,9 @@ // Microsoft Visual C++ generated resource script. // +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + #include "afxres.h" #include "version.h" diff --git a/protocols/Quotes/Version.rc b/protocols/Quotes/Version.rc index a5fcb30231..2b55970ada 100644 --- a/protocols/Quotes/Version.rc +++ b/protocols/Quotes/Version.rc @@ -1,5 +1,9 @@ // Microsoft Visual C++ generated resource script. // +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + #include "afxres.h" #include "version.h" diff --git a/protocols/Yahoo/version.rc b/protocols/Yahoo/version.rc index 88ea147f4f..813bec8dd1 100644 --- a/protocols/Yahoo/version.rc +++ b/protocols/Yahoo/version.rc @@ -1,3 +1,6 @@ +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED #include #include "version.h" -- cgit v1.2.3