Changeset 33679 in vbox for trunk/include
- Timestamp:
- Nov 2, 2010 10:44:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/buildconfig.h
r28800 r33679 83 83 RTDECL(uint32_t) RTBldCfgVersionBuild(void); 84 84 85 /** 86 * Gets the build target name. 87 * 88 * @returns Read only build target string. 89 */ 90 RTDECL(const char *) RTBldCfgTarget(void); 91 92 /** 93 * Gets the build target architecture name. 94 * 95 * @returns Read only build target architecture string. 96 */ 97 RTDECL(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 */ 104 RTDECL(const char *) RTBldCfgTargetDotArch(void); 105 106 /** 107 * Gets the build type name. 108 * 109 * @returns Read only build type string. 110 */ 111 RTDECL(const char *) RTBldCfgType(void); 112 85 113 86 114 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.