VirtualBox

Changeset 33679 in vbox for trunk/include


Ignore:
Timestamp:
Nov 2, 2010 10:44:01 AM (14 years ago)
Author:
vboxsync
Message:

IPRT: Added RTBldCfgTarget, RTBldCfgTargetArch, RTBldCfgTargetDotArch and RTBldCfgType.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/buildconfig.h

    r28800 r33679  
    8383RTDECL(uint32_t)     RTBldCfgVersionBuild(void);
    8484
     85/**
     86 * Gets the build target name.
     87 *
     88 * @returns Read only build target string.
     89 */
     90RTDECL(const char *) RTBldCfgTarget(void);
     91
     92/**
     93 * Gets the build target architecture name.
     94 *
     95 * @returns Read only build target architecture string.
     96 */
     97RTDECL(const char *) RTBldCfgTargetArch(void);
     98
     99/**
     100 * Gets the build target-dot-architecture name.
     101 *
     102 * @returns Read only build target-dot-architecture string.
     103 */
     104RTDECL(const char *) RTBldCfgTargetDotArch(void);
     105
     106/**
     107 * Gets the build type name.
     108 *
     109 * @returns Read only build type string.
     110 */
     111RTDECL(const char *) RTBldCfgType(void);
     112
    85113
    86114/** @} */
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