diff options
Diffstat (limited to 'plugins/CmdLine')
-rw-r--r-- | plugins/CmdLine/CmdLine/version.rc | 4 | ||||
-rw-r--r-- | plugins/CmdLine/executable/MimCmd/version.rc | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/CmdLine/CmdLine/version.rc b/plugins/CmdLine/CmdLine/version.rc index effbb6fe04..737644cfab 100644 --- a/plugins/CmdLine/CmdLine/version.rc +++ b/plugins/CmdLine/CmdLine/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 "resource.h"
#include "version.h"
diff --git a/plugins/CmdLine/executable/MimCmd/version.rc b/plugins/CmdLine/executable/MimCmd/version.rc index 67a109eebf..36d39c3d33 100644 --- a/plugins/CmdLine/executable/MimCmd/version.rc +++ b/plugins/CmdLine/executable/MimCmd/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 "resource.h"
#include "..\..\CmdLine\version.h"
|