mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
57b90e8d75
The main feature for this version upgrade is the use of the instruction emulator (IEM) to speed up execution and less often the slow recompiler. issue #2059
11 lines
277 B
Makefile
11 lines
277 B
Makefile
include $(REP_DIR)/lib/mk/virtualbox5-common.inc
|
|
|
|
LIBS += stdcxx
|
|
|
|
SRC_CC += $(addprefix VBoxAPIWrap/, $(notdir $(wildcard $(VIRTUALBOX_DIR)/VBoxAPIWrap/*.cpp)))
|
|
|
|
INC_DIR += $(REP_DIR)/src/virtualbox5/frontend
|
|
INC_DIR += $(VBOX_DIR)/Main/include
|
|
|
|
vpath %.cpp $(VIRTUALBOX_DIR)
|