diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-13 17:53:13 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-13 17:53:13 +0000 |
commit | 17dd1a1291b341b7ae510a0822e2739db499d317 (patch) | |
tree | 810df86cf5e63dc931c4322269b40aaaf20fdb2f /src/core | |
parent | dc7ffd7ea7b9d3e9520c7012cc1973af04cdc0eb (diff) |
- standard version resource for StdChat;
- minor fix for the StdCrypt project
git-svn-id: http://svn.miranda-ng.org/main/trunk@4445 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdchat/res/version.rc | 42 | ||||
-rw-r--r-- | src/core/stdcrypt/stdcrypt_10.vcxproj | 1 | ||||
-rw-r--r-- | src/core/stdcrypt/stdcrypt_10.vcxproj.filters | 3 | ||||
-rw-r--r-- | src/core/stdcrypt/stdcrypt_11.vcxproj | 1 | ||||
-rw-r--r-- | src/core/stdcrypt/stdcrypt_11.vcxproj.filters | 3 |
5 files changed, 14 insertions, 36 deletions
diff --git a/src/core/stdchat/res/version.rc b/src/core/stdchat/res/version.rc index c415fe9f91..d741488c4f 100644 --- a/src/core/stdchat/res/version.rc +++ b/src/core/stdchat/res/version.rc @@ -1,56 +1,42 @@ +// 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 "afxres.h"
#include "..\src\version.h"
#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page( 1252)
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#endif //_WIN32
-#ifndef _MAC
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
PRODUCTVERSION __FILEVERSION_STRING
- FILEFLAGSMASK 0x3fL
+ FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
- FILEOS 0x40004L
- FILETYPE 0x2L
+ FILEOS 0x4L
+ FILETYPE 0x0L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
- BLOCK "040904b0"
+ BLOCK "000004b0"
BEGIN
- VALUE "Comments", "\0"
- VALUE "CompanyName", "Miranda\0"
- VALUE "FileDescription", "Group chats\0"
- VALUE "FileVersion", __VERSION_STRING "\0"
- VALUE "InternalName", "chat\0"
- VALUE "LegalCopyright", "Copyright ( c) 2002-12 Miranda team\0"
- VALUE "LegalTrademarks", "\0"
- VALUE "OriginalFilename", "chat.dll\0"
- VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Chat plugin\0"
- VALUE "ProductVersion", __VERSION_STRING "\0"
- VALUE "SpecialBuild", "\0"
+ VALUE "FileDescription", __DESCRIPTION
+ VALUE "InternalName", __PLUGIN_NAME
+ VALUE "LegalCopyright", __COPYRIGHT
+ VALUE "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
END
END
BLOCK "VarFileInfo"
BEGIN
- VALUE "Translation", 0x409, 1200
+ VALUE "Translation", 0x0, 1200
END
END
-
-#endif // !_MAC
diff --git a/src/core/stdcrypt/stdcrypt_10.vcxproj b/src/core/stdcrypt/stdcrypt_10.vcxproj index a7bf4e680e..7109d94917 100644 --- a/src/core/stdcrypt/stdcrypt_10.vcxproj +++ b/src/core/stdcrypt/stdcrypt_10.vcxproj @@ -211,7 +211,6 @@ <ItemGroup>
<ClInclude Include="..\stdplug.h" />
<ClInclude Include="commonheaders.h" />
- <ClInclude Include="url.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc" />
diff --git a/src/core/stdcrypt/stdcrypt_10.vcxproj.filters b/src/core/stdcrypt/stdcrypt_10.vcxproj.filters index c8a48044f2..ec4b0c8910 100644 --- a/src/core/stdcrypt/stdcrypt_10.vcxproj.filters +++ b/src/core/stdcrypt/stdcrypt_10.vcxproj.filters @@ -32,9 +32,6 @@ <ClInclude Include="commonheaders.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="url.h">
- <Filter>Header Files</Filter>
- </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="version.rc">
diff --git a/src/core/stdcrypt/stdcrypt_11.vcxproj b/src/core/stdcrypt/stdcrypt_11.vcxproj index c4161fdc50..c012b1b915 100644 --- a/src/core/stdcrypt/stdcrypt_11.vcxproj +++ b/src/core/stdcrypt/stdcrypt_11.vcxproj @@ -216,7 +216,6 @@ <ItemGroup>
<ClInclude Include="..\stdplug.h" />
<ClInclude Include="commonheaders.h" />
- <ClInclude Include="url.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc" />
diff --git a/src/core/stdcrypt/stdcrypt_11.vcxproj.filters b/src/core/stdcrypt/stdcrypt_11.vcxproj.filters index c8a48044f2..ec4b0c8910 100644 --- a/src/core/stdcrypt/stdcrypt_11.vcxproj.filters +++ b/src/core/stdcrypt/stdcrypt_11.vcxproj.filters @@ -32,9 +32,6 @@ <ClInclude Include="commonheaders.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="url.h">
- <Filter>Header Files</Filter>
- </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="version.rc">
|