Changeset 86434 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
- Timestamp:
- Oct 2, 2020 9:33:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r85778 r86434 430 430 return 0; 431 431 } 432 if (!strcmp(argv[i], "--dump-build-type")) 433 { 434 /* Print the build type, and do nothing else. (Used by ValKit to detect build type.) */ 435 RTPrintf("%s\n", RTBldCfgType()); 436 return 0; 437 } 432 438 #endif 433 439
Note:
See TracChangeset
for help on using the changeset viewer.