mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-10-15 16:03:37 -04:00
Various library changes
This commit is contained in:
parent
74169b403b
commit
aa9ef65d64
12 changed files with 463 additions and 47 deletions
27
Libraries/libvitaboy/resource.rc
Normal file
27
Libraries/libvitaboy/resource.rc
Normal file
|
@ -0,0 +1,27 @@
|
|||
#include "config.h"
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION VERSION_A,VERSION_B,VERSION_C,REVISION
|
||||
PRODUCTVERSION VERSION_A,VERSION_B,VERSION_C,REVISION
|
||||
FILEOS 0x00040000L /* VOS_NT - 32-bit Windows */
|
||||
FILETYPE 2 /* DLL */
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904B0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Niotso project"
|
||||
VALUE "FileDescription", "Free, open source C++ OpenGL TSO character rendering and animation library"
|
||||
VALUE "FileVersion", VERSION_STR
|
||||
VALUE "InternalName", PACKAGE
|
||||
VALUE "LegalCopyright", "Copyright © 2012"
|
||||
VALUE "OriginalFilename", PACKAGE".dll"
|
||||
VALUE "ProductName", PACKAGE
|
||||
VALUE "ProductVersion", VERSION_STR
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0409, 0x04B0
|
||||
END
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue