- Timestamp:
- Mar 14, 2007 12:02:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/Makefile
r1362 r1457 73 73 74 74 # 1. precompile rombios.c 75 $(PATH_TARGET)/_rombios_.c: rombios.c logo.c apmbios.S 75 $(PATH_TARGET)/_rombios_.c: rombios.c logo.c apmbios.S | $(call DIRDEP,$(TARGET_PATH)) 76 76 $(call MSG_L1,Precompiling $<,=> $@) 77 77 $(QUIET)$(TOOL_$(VBOX_GCC_TOOL)_CC) -E -I$(PATH_TARGET) -I$(PATH_CURRENT)/.. -I$(PATH_ROOT)/include -I$(PATH_OUT) -DBX_SMP_PROCESSORS=1 -DVBOX $(addprefix -D,$(DEFS) $(DEFS.$(BUILD_TYPE))) -P $< > $@
Note:
See TracChangeset
for help on using the changeset viewer.