Changeset 46952 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jul 3, 2013 8:45:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk
r46946 r46952 132 132 133 133 134 # 135 # Install the symbol file for the BIOS. 136 # 137 INSTALLS += VBoxPcBiosSym 138 VBoxPcBiosSym_TEMPLATE = VBoxDbgSyms 139 VBoxPcBiosSym_SOURCES = $(basename $(VBoxPcBios_1_TARGET)).sym 134 ifdef VBOX_WITH_OPEN_WATCOM 135 # 136 # Install the symbol file for the BIOS. 137 # 138 INSTALLS += VBoxPcBiosSym 139 VBoxPcBiosSym_TEMPLATE = VBoxDbgSyms 140 VBoxPcBiosSym_SOURCES = $(basename $(VBoxPcBios_1_TARGET)).sym 141 endif 140 142 141 143
Note:
See TracChangeset
for help on using the changeset viewer.