Changeset 32372 in vbox for trunk/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc
- Timestamp:
- Sep 10, 2010 7:51:30 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65723
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r28800 r32372 1 1 /* $Id$ */ 2 3 2 /** @file 4 * 5 * VBoxDisp -- Windows Guest crOpenGL ICD 6 * 3 * VBoxService - Resouce file containing version info and icon. 7 4 */ 8 5 … … 43 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 44 41 VALUE "OriginalFilename", "VBoxOGLpassthroughspu.dll\0" 45 VALUE "ProductName", "VirtualBoxGuest Additions\0"42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 46 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 47 44 END -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.