23becf67a7
-Create a pre-defined cogl/cogl-gl-header.h(.win32) that is to be used on any Windows builds, and adapt the MSVC build process to set up and use that file. -Fix up glib-mkenums code generation .bat file that is generated during "make"/"make dist", like the autotools-based builds. -Since cogl/cogl-defines.h now contain versionioning info, and it no longer directly includes the GL headers, update the pre-configured cogl-defines.h[.win32|.win32_SDL] and use autotools to fill in the versioning info during "make"/"make dist". -Fix up cogl/cogl-pango.rc.in so that they reflect the cogl-2.x versioning stuff correctly and versioning info can be filled in correctly during "make"/"make dist" Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 7ff42bb1c5280b0f53370f8d94ef5f10c9f39e2f)
31 lines
847 B
Plaintext
31 lines
847 B
Plaintext
#include <winver.h>
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 1,@COGL_MINOR_VERSION@,@COGL_MICRO_VERSION@,0
|
|
PRODUCTVERSION 1,@COGL_MINOR_VERSION@,@COGL_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_VERSION@.0"
|
|
VALUE "InternalName", "libcogl-pango-2.0-@COGL_LT_AGE@"
|
|
VALUE "LegalCopyright", "Copyright 1995-2011 © Intel Corporation"
|
|
VALUE "OriginalFilename", "libcogl-pango-2.0-@COGL_LT_AGE@.dll"
|
|
VALUE "ProductName", "cogl-pango"
|
|
VALUE "ProductVersion", "@COGL_VERSION@"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1200
|
|
END
|
|
END
|