summaryrefslogtreecommitdiff
path: root/plugins/SimpleAR/Src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-24 06:41:19 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-24 06:41:19 +0000
commita33833212f040272fc6c97047c8cb335b6f5405a (patch)
treed778dfd7187571182d9a1333a72cc941b60f7e3d /plugins/SimpleAR/Src
parentec5a78dd895f86e9077caf1aacd3e49b48dffbcf (diff)
SimpleAR, SimpleStatusMsg, SmileyAdd, SpellChecker: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1149 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR/Src')
-rw-r--r--plugins/SimpleAR/Src/Common.h5
-rw-r--r--plugins/SimpleAR/Src/Resource.h25
-rw-r--r--plugins/SimpleAR/Src/Version.h21
3 files changed, 49 insertions, 2 deletions
diff --git a/plugins/SimpleAR/Src/Common.h b/plugins/SimpleAR/Src/Common.h
index 085786d869..ca873cb2ae 100644
--- a/plugins/SimpleAR/Src/Common.h
+++ b/plugins/SimpleAR/Src/Common.h
@@ -1,4 +1,5 @@
#define MIRANDA_VER 0x0A00
+#define _CRT_SECURE_NO_WARNINGS
// Windows Header Files
#include <windows.h>
@@ -30,8 +31,8 @@
#include "m_clc.h"
#include <m_variables.h>
-#include "..\Resource.h"
-#include "..\Version.h"
+#include "Resource.h"
+#include "Version.h"
#define protocolname "SimpleAutoReplier" //no spaces here :)
diff --git a/plugins/SimpleAR/Src/Resource.h b/plugins/SimpleAR/Src/Resource.h
new file mode 100644
index 0000000000..384930dd39
--- /dev/null
+++ b/plugins/SimpleAR/Src/Resource.h
@@ -0,0 +1,25 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by resource.rc
+//
+#define IDD_OPTION 102
+#define IDC_ENABLEREPLIER 1001
+#define IDC_HEADING 1002
+#define IDC_STATUSMODE 1004
+#define IDC_MESSAGE 1005
+#define IDC_INTERVAL 1006
+#define IDC_DEFAULT 1007
+#define IDI_ON 103
+#define IDI_OFF 104
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC 1
+#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1008
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
diff --git a/plugins/SimpleAR/Src/Version.h b/plugins/SimpleAR/Src/Version.h
new file mode 100644
index 0000000000..76395a436a
--- /dev/null
+++ b/plugins/SimpleAR/Src/Version.h
@@ -0,0 +1,21 @@
+#define __MAJOR_VERSION 2
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 6
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
+
+#define __STRINGIFY_IMPL(x) #x
+#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
+#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
+
+
+#define __PLUGIN_NAME "SimpleAR"
+#define __INTERNAL_NAME "Simple Auto Replier"
+#define __FILENAME "SimpleAR.dll"
+#define __DESCRIPTION "Simple Auto Replier."
+#define __AUTHOR "Stark Wong, Mataes, Mikel-Ard-Ri"
+#define __AUTHOREMAIL "mikelardri@gmail.com"
+#define __AUTHORWEB "http://nightly.miranda.im/"
+#define __COPYRIGHT "© 2012"