moved libs to the lib directory

This commit is contained in:
2025-11-13 18:40:06 +03:00
parent 4678ff1690
commit dda7ed6db8
634 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1,48 @@
#include <winresrc.h>
#define LIB_VERSION @X502API_VER_MAJOR@,@X502API_VER_MINOR@,@X502API_VER_PATCH@,0
#define VER_DEBUG VS_FF_DEBUG
1 VERSIONINFO
FILEVERSION LIB_VERSION
PRODUCTVERSION LIB_VERSION
#ifndef NDEBUG
FILEFLAGS 0
#else
FILEFLAGS VER_DEBUG
#endif
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "04090000"
BEGIN
VALUE "CompanyName", "L-Card"
VALUE "FileDescription", "Library for E502"
VALUE "FileVersion", "@X502API_VERSION@"
VALUE "OriginalFilename", "e502api.dll"
VALUE "ProductName", "e502api"
VALUE "ProductVersion", "@X502API_VERSION@"
VALUE "LegalCopyright", "© 2015 L-Card Ltd."
END
BLOCK "04190000"
BEGIN
VALUE "CompanyName", "Л Кард"
VALUE "FileDescription", "Библиотека для работы с модулем E502"
VALUE "FileVersion", "@X502API_VERSION@"
VALUE "OriginalFilename", "e502api.dll"
VALUE "ProductName", "e502api"
VALUE "ProductVersion", "@X502API_VERSION@"
VALUE "LegalCopyright", "© 2015 ООО 'Л Кард'"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
VALUE "Translation", 0x419, 1251
END
END