Changeset 78504 in vbox for trunk/src/VBox
- Timestamp:
- May 14, 2019 2:06:15 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r76553 r78504 1419 1419 INSTALLS += VBoxExtPackPuelInsRoms 1420 1420 VBoxExtPackPuelInsRoms_TEMPLATE = VBoxInsExtPackPuel 1421 VBoxExtPackPuelInsRoms_SOURCES = PC/PXE/PXE-Intel.rom=>PXE-Intel.rom 1421 ifdef PXE_EXPERIMENTAL_BUILD_SETUP 1422 VBoxExtPackPuelInsRoms_SOURCES = $(PATH_OUT)/obj/NetBiosBin/NetBiosBin.rom=>PXE-Intel.rom 1423 else 1424 VBoxExtPackPuelInsRoms_SOURCES = PC/PXE/PXE-Intel.rom=>PXE-Intel.rom 1425 endif 1422 1426 endif # VBOX_WITH_EXTPACK_PUEL 1423 1427
Note:
See TracChangeset
for help on using the changeset viewer.