Changeset 32394 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Sep 10, 2010 12:13:11 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65753
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/DD_glc.py
r18882 r32394 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 """ -
trunk/src/VBox/Additions/common/crOpenGL/DD_glh.py
r18882 r32394 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 """ -
trunk/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxCROGL.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
trunk/src/VBox/Additions/common/crOpenGL/array/arrayspu.rc
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLarrayspu.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
trunk/src/VBox/Additions/common/crOpenGL/cr_gl.py
r30457 r32394 5 5 6 6 /* 7 * Copyright (C) 2008 Sun Microsystems, Inc.7 * Copyright (C) 2008-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 """ -
trunk/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.rc
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLfeedbackpu.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu.rc
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLpackspu.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
trunk/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLpassthroughspu.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END
Note:
See TracChangeset
for help on using the changeset viewer.