~siretart/ubuntu/raring/virtualbox-ose/bug.1101867

« back to all changes in this revision

Viewing changes to src/VBox/GuestHost/OpenGL/error/errorspu.rc

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: errorspu.rc $ */
 
1
/* $Id: errorspu.rc 35319 2010-12-24 15:42:36Z vboxsync $ */
2
2
/** @file
3
3
 * VBoxOGLerrorspu - Resource file containing version info and icon.
4
4
 */
38
38
         VALUE "FileVersion",      VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
39
39
         VALUE "InternalName",     "VBoxOGLerrorspu\0"
40
40
         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
 
41
#ifdef VBOX_WDDM_WOW64
 
42
         VALUE "OriginalFilename", "VBoxOGLerrorspu-x86.dll\0"
 
43
#else
41
44
         VALUE "OriginalFilename", "VBoxOGLerrorspu.dll\0"
 
45
#endif
42
46
         VALUE "ProductName",      VBOX_PRODUCT " Guest Additions\0"
43
47
         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
44
48
      END