Changeset 46952 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 3, 2013 8:45:26 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86960
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 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) -
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.