1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Actually include the 2.1.0 sbsms library

This commit is contained in:
Leland Lucius
2021-02-01 10:19:33 -06:00
parent a5609e44d0
commit 25ab87168d
73 changed files with 713 additions and 1598 deletions

View File

@@ -0,0 +1,37 @@
SBSMSLogo ICON "sbsms.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,7,0,0
PRODUCTVERSION 1,7,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Mune"
VALUE "FileDescription", "SBSMS wxPlayer"
VALUE "FileVersion", "1.7.0"
VALUE "InternalName", "SBSMS"
VALUE "LegalCopyright", "Copyright <20> 2008. All rights reserved."
VALUE "OriginalFilename", "sbsms.exe"
VALUE "ProductName", "SBSMS wxPlayer"
VALUE "ProductVersion", "1.7.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END