mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
Add Windows Resource Files templates
This tells people on the versioning info and copyright info of the COGL/COGL-Pango DLLs. The versioning values are inserted during the autogen stage.
This commit is contained in:
parent
8304ad8992
commit
090527f32d
30
cogl-pango/cogl-pango.rc.in
Normal file
30
cogl-pango/cogl-pango.rc.in
Normal file
@ -0,0 +1,30 @@
|
||||
#include <winver.h>
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,@COGL_1_MINOR_VERSION@,@COGL_1_MICRO_VERSION@,0
|
||||
PRODUCTVERSION 1,@COGL_1_MINOR_VERSION@,@COGL_1_MICRO_VERSION@,0
|
||||
FILEFLAGSMASK 0
|
||||
FILEFLAGS 0
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_DLL
|
||||
FILESUBTYPE VFT2_UNKNOWN
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904B0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Intel Corporation"
|
||||
VALUE "FileDescription", "cogl-pango"
|
||||
VALUE "FileVersion", "@COGL_1_VERSION@.0"
|
||||
VALUE "InternalName", "libcogl-pango-1.0-@COGL_LT_AGE@"
|
||||
VALUE "LegalCopyright", "Copyright 1995-2011 © Intel Corporation"
|
||||
VALUE "OriginalFilename", "libcogl-pango-1.0-@COGL_LT_AGE@.dll"
|
||||
VALUE "ProductName", "cogl-pango"
|
||||
VALUE "ProductVersion", "@COGL_1_VERSION@"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1200
|
||||
END
|
||||
END
|
30
cogl/cogl.rc.in
Normal file
30
cogl/cogl.rc.in
Normal file
@ -0,0 +1,30 @@
|
||||
#include <winver.h>
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,@COGL_1_MINOR_VERSION@,@COGL_1_MICRO_VERSION@,0
|
||||
PRODUCTVERSION 1,@COGL_1_MINOR_VERSION@,@COGL_1_MICRO_VERSION@,0
|
||||
FILEFLAGSMASK 0
|
||||
FILEFLAGS 0
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_DLL
|
||||
FILESUBTYPE VFT2_UNKNOWN
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904B0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Intel Corporation"
|
||||
VALUE "FileDescription", "cogl"
|
||||
VALUE "FileVersion", "@COGL_1_VERSION@.0"
|
||||
VALUE "InternalName", "libcogl-1.0-@COGL_LT_AGE@"
|
||||
VALUE "LegalCopyright", "Copyright 1995-2011 © Intel Corporation"
|
||||
VALUE "OriginalFilename", "libcogl-1.0-@COGL_LT_AGE@.dll"
|
||||
VALUE "ProductName", "cogl"
|
||||
VALUE "ProductVersion", "@COGL_1_VERSION@"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1200
|
||||
END
|
||||
END
|
Loading…
Reference in New Issue
Block a user