Changeset 98133 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jan 19, 2023 11:40:07 AM (2 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk
r98103 r98133 167 167 # 168 168 LIBRARIES += PcBiosBin 169 PcBiosBin_TEMPLATE = VB OXR3169 PcBiosBin_TEMPLATE = VBoxR3Dll 170 170 PcBiosBin_DEFS = IN_VBOXDD2 171 171 -
trunk/src/VBox/Devices/PC/ipxe/Makefile.kmk
r98103 r98133 40 40 # 41 41 LIBRARIES += iPxeBiosBin 42 iPxeBiosBin_TEMPLATE = VB OXR342 iPxeBiosBin_TEMPLATE = VBoxR3Dll 43 43 iPxeBiosBin_DEFS = IN_VBOXDD2 44 44 iPxeBiosBin_SOURCES = $(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.c
Note:
See TracChangeset
for help on using the changeset viewer.