Changeset 58454 in vbox
- Timestamp:
- Oct 28, 2015 5:15:33 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r58341 r58454 772 772 \ 773 773 $(PATH_ROOT)/include/VBox/com/com.h 774 ## DONT COMMIT 775 VBOX_CORE_DOXYFILE_INPUT_DIRS = \ 776 src/VBox/HostDrivers/Support/ \ 777 src/VBox/HostDrivers/Support/win/ 778 VBOX_CORE_DOXYFILE_INPUT_FIRST = \ 779 $(PATH_ROOT)/include/iprt/cdefs.h \ 780 $(PATH_ROOT)/include/iprt/types.h \ 781 $(PATH_ROOT)/include/VBox/cdefs.h \ 782 $(PATH_ROOT)/include/VBox/types.h \ 783 $(PATH_ROOT)/include/VBox/sup.h \ 784 785 ## DONT COMMIT 786 774 787 775 788 VBOX_CORE_DOXYFILE_INPUT := \ … … 871 884 -e '/\/src\/VBox\/ValidationKit\/.* warning/b ignore' \ 872 885 \ 886 -e '/\/src\/VBox\/HostDrivers\/Support\/SUPR3HardenedMain\.cpp.*warning...copy/b ignore' \ 887 -e '/\/src\/VBox\/HostDrivers\/Support\/SUPR3HardenedMain\.cpp.* warning/b end' \ 888 -e 'b ignore' \ 889 \ 873 890 -e '/unable to resolve link to .dtrace_pops_t./b ignore' \ 874 891 \ … … 1628 1645 1629 1646 efi-build: $(VBOX_VERSION_HEADER) 1630 + $(KMK) -C src/VBox/Devices/EFI/Firmware 1647 + $(KMK) -C src/VBox/Devices/EFI/FirmwareOld 1631 1648 1632 1649 efi-packing:
Note:
See TracChangeset
for help on using the changeset viewer.