Changeset 2366 in vbox for trunk/src/VBox/Devices/PC/BIOS/Makefile
- Timestamp:
- Apr 26, 2007 7:12:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/Makefile
r1457 r2366 79 79 # 2. compile to intermediate asm file. 80 80 $(PATH_TARGET)/rombios0.s: $(PATH_TARGET)/_rombios_.c 81 $(call MSG_ L1,Compiling $<,=> $@)81 $(call MSG_COMPILE,PcBiosBin,$<,$@,C) 82 82 $(QUIET)$(VBOX_BCC) -o $@ -C-c -D__i86__ -0 -S $^ 83 83 … … 89 89 # 4. assemble the intermediate asm file. (also creates a listing rombios.lst) 90 90 $(PATH_TARGET)/bios.tmp $(PATH_TARGET)/bios.lst: $(PATH_TARGET)/rombios1.s 91 $(call MSG_ L1,Compiling $<,=> $@)91 $(call MSG_COMPILE,PcBiosBin,$<,$@,AS) 92 92 $(QUIET)$(VBOX_AS86) -b $(PATH_TARGET)/bios.tmp -u- -w- -g -0 -j -O -l $(PATH_TARGET)/bios.lst - < $^ 93 93
Note:
See TracChangeset
for help on using the changeset viewer.