Changeset 46952 in vbox for trunk/src/VBox/Devices/Graphics/BIOS
- Timestamp:
- Jul 3, 2013 8:45:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk
r46946 r46952 136 136 137 137 138 # 139 # Install the symbol file for the BIOS. 140 # 141 INSTALLS += VBoxVgaBiosSym 142 VBoxVgaBiosSym_TEMPLATE = VBoxDbgSyms 143 VBoxVgaBiosSym_SOURCES = $(basename $(VBoxVgaBios_1_TARGET)).sym 144 138 ifdef VBOX_WITH_OPEN_WATCOM 139 # 140 # Install the symbol file for the BIOS. 141 # 142 INSTALLS += VBoxVgaBiosSym 143 VBoxVgaBiosSym_TEMPLATE = VBoxDbgSyms 144 VBoxVgaBiosSym_SOURCES = $(basename $(VBoxVgaBios_1_TARGET)).sym 145 endif 145 146 146 147 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.