VirtualBox

source: vbox/trunk/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc@ 28800

Last change on this file since 28800 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.2 KB
Line 
1/* $Id: VBoxCROGL.rc 28800 2010-04-27 08:22:32Z vboxsync $ */
2
3/** @file
4 *
5 * VBoxDisp -- Windows Guest crOpenGL ICD
6 *
7 */
8
9/*
10 * Copyright (C) 2008 Oracle Corporation
11 *
12 * This file is part of VirtualBox Open Source Edition (OSE), as
13 * available from http://www.virtualbox.org. This file is free software;
14 * you can redistribute it and/or modify it under the terms of the GNU
15 * General Public License (GPL) as published by the Free Software
16 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
19 */
20
21#include <windows.h>
22#include <VBox/version.h>
23
24LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
25
26VS_VERSION_INFO VERSIONINFO
27 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
28 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
29 FILEFLAGSMASK 0x3fL
30 FILEFLAGS 0x0L
31 FILEOS 0x40004L
32 FILETYPE 0x3L
33 FILESUBTYPE 0x4L
34BEGIN
35 BLOCK "StringFileInfo"
36 BEGIN
37 BLOCK "040904b0"
38 BEGIN
39 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
40 VALUE "FileDescription", "VirtualBox crOpenGL ICD\0"
41 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
42 VALUE "InternalName", "VBoxCROGL\0"
43 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
44 VALUE "OriginalFilename", "VBoxCROGL.dll\0"
45 VALUE "ProductName", "VirtualBox Guest Additions\0"
46 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
47 END
48 END
49 BLOCK "VarFileInfo"
50 BEGIN
51 VALUE "Translation", 0x409, 1200
52 END
53END
54
551 RCDATA
56BEGIN
57// Machine dependent parameters
58 17, // Height of vertical thumb
59 17, // Width of horizontal thumb
60 2, // Icon horiz compression factor
61 2, // Icon vert compression factor
62 1, // Cursor horz compression factor
63 1, // Cursor vert compression factor
64 0, // Kanji window height
65 1, // cxBorder (thickness of vertical lines)
66 1 // cyBorder (thickness of horizontal lines)
67END
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette