Changeset 60738 in vbox for trunk/src/VBox/Runtime/tools/RTManifest.cpp
- Timestamp:
- Apr 28, 2016 12:19:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTManifest.cpp
r56978 r60738 369 369 return RTEXITCODE_SUCCESS; 370 370 371 #ifndef IN_BLD_PROG /* RTBldCfgVersion or RTBldCfgRevision in build time IPRT lib. */ 371 372 case 'V': 372 373 RTPrintf("%sr%d\n", RTBldCfgVersion(), RTBldCfgRevision()); 373 374 return RTEXITCODE_SUCCESS; 375 #endif 374 376 375 377 default:
Note:
See TracChangeset
for help on using the changeset viewer.