Changeset 58620 in vbox
- Timestamp:
- Nov 9, 2015 3:13:48 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r58445 r58620 182 182 ./src/runtime/scale \ 183 183 ./src/runtime/seamless \ 184 ./src/runtime/information \ 184 185 ./src/selector \ 185 186 ./src/selector/graphics/chooser \ … … 470 471 src/wizards/importappliance/UIWizardImportAppPageExpert.h \ 471 472 src/wizards/firstrun/UIWizardFirstRun.h \ 472 src/wizards/firstrun/UIWizardFirstRunPageBasic.h 473 src/wizards/firstrun/UIWizardFirstRunPageBasic.h \ 474 src/runtime/information/UIGInformation.h \ 475 src/runtime/information/UIGInformationElement.h \ 476 src/runtime/information/UIGInformationElements.h \ 477 src/runtime/information/UIGInformationGroup.h \ 478 src/runtime/information/UIGInformationItem.h \ 479 src/runtime/information/UIGInformationModel.h \ 480 src/runtime/information/UIGInformationPreview.h \ 481 src/runtime/information/UIGInformationSet.h \ 482 src/runtime/information/UIGInformationView.h \ 483 src/runtime/information/UIVMInformationDialog.h 473 484 474 485 ifdef VBOX_GUI_WITH_NETWORK_MANAGER … … 756 767 src/wizards/importappliance/UIWizardImportAppPageExpert.cpp \ 757 768 src/wizards/firstrun/UIWizardFirstRun.cpp \ 758 src/wizards/firstrun/UIWizardFirstRunPageBasic.cpp 769 src/wizards/firstrun/UIWizardFirstRunPageBasic.cpp \ 770 src/runtime/information/UIGInformation.cpp \ 771 src/runtime/information/UIGInformationElement.cpp \ 772 src/runtime/information/UIGInformationElements.cpp \ 773 src/runtime/information/UIGInformationGroup.cpp \ 774 src/runtime/information/UIGInformationItem.cpp \ 775 src/runtime/information/UIGInformationModel.cpp \ 776 src/runtime/information/UIGInformationPreview.cpp \ 777 src/runtime/information/UIGInformationSet.cpp \ 778 src/runtime/information/UIGInformationView.cpp \ 779 src/runtime/information/UIVMInformationDialog.cpp 759 780 760 781 ifdef VBOX_GUI_WITH_NETWORK_MANAGER
Note:
See TracChangeset
for help on using the changeset viewer.