VirtualBox

Changeset 53807 in vbox for trunk/src/recompiler/VBoxREM.rc


Ignore:
Timestamp:
Jan 14, 2015 6:53:17 PM (10 years ago)
Author:
vboxsync
Message:

added another Windows resource file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREM.rc

    r53805 r53807  
    1919#include <VBox/version.h>
    2020
     21/* stupid windres! */
     22#define RT_STR(x) #x
     23#define RT_XSTR(x) RT_STR(x)
     24
    2125LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
    2226
     
    3640      VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    3741      VALUE "FileDescription",  "VirtualBox Recompiler\0"
    38       VALUE "FileVersion",      VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
     42      VALUE "FileVersion",      RT_XSTR(VBOX_VERSION_MAJOR_NR) "." RT_XSTR(VBOX_VERSION_MINOR_NR) "." RT_XSTR(VBOX_VERSION_BUILD_NR) "." RT_XSTR(VBOX_SVN_REV) "\0"
    3943      VALUE "InternalName",     "VBoxREM\0"
    4044      VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4145      VALUE "OriginalFilename", "VBoxREM.dll\0"
    4246      VALUE "ProductName",      VBOX_PRODUCT "\0"
    43       VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
     47      VALUE "ProductVersion",   RT_XSTR(VBOX_VERSION_MAJOR_NR) "." RT_XSTR(VBOX_VERSION_MINOR_NR) "." RT_XSTR(VBOX_VERSION_BUILD_NR) ".r" RT_XSTR(VBOX_SVN_REV) "\0"
    4448    END
    4549  END
Note: See TracChangeset for help on using the changeset viewer.

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