diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-29 17:17:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-29 17:17:53 +0300 |
commit | ce3aabf865de4adf5c5cdd7ddf809a12d8f9d0f2 (patch) | |
tree | 6181984ee8a24b86975d0ab0f7ac4cfdfa34854c /plugins/Non-IM Contact | |
parent | 67a82d69d7d2b38b4da32908854cc7c1ec7f0241 (diff) |
common version resource extracted to the separate file
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
Diffstat (limited to 'plugins/Non-IM Contact')
-rw-r--r-- | plugins/Non-IM Contact/res/Version.rc | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/plugins/Non-IM Contact/res/Version.rc b/plugins/Non-IM Contact/res/Version.rc index 3fd7541cee..bd3c22d943 100644 --- a/plugins/Non-IM Contact/res/Version.rc +++ b/plugins/Non-IM Contact/res/Version.rc @@ -4,36 +4,6 @@ #error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#include "afxres.h"
#include "..\src\version.h"
-#include <m_version.h> -VS_VERSION_INFO VERSIONINFO
- FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION MIRANDA_VERSION_COREVERSION
- FILEFLAGSMASK 0x17L
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x4L
- FILETYPE 0x0L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "FileDescription", __DESCRIPTION
- VALUE "InternalName", __PLUGIN_NAME
- VALUE "LegalCopyright", __COPYRIGHT
- VALUE "OriginalFilename", __FILENAME
- VALUE "ProductName", __PLUGIN_NAME
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
+#include "..\..\build\Version.rc"
|