Changeset 15321 in vbox for trunk/src/recompiler_new
- Timestamp:
- Dec 11, 2008 5:37:47 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40748
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/Makefile.kmk
r15316 r15321 203 203 VBoxREM32_TEMPLATE := $(VBoxREM_TEMPLATE) 204 204 VBoxREM32_DEFS := $(VBoxREM_DEFS) 205 VBoxREM32_LIBS := $(LIB_VMM) 205 206 206 207 VBoxREM64_EXTENDS = VBoxREM … … 208 209 VBoxREM64_TEMPLATE := $(VBoxREM_TEMPLATE) 209 210 VBoxREM64_DEFS := $(VBoxREM_DEFS) VBOX_ENABLE_VBOXREM64 211 VBoxREM64_LIBS := $(LIB_VMM) 210 212 211 213 VBoxREMSel_TEMPLATE = VBOXR3 212 214 VBoxREMSel_NAME = VBoxREM 215 VBoxREMImp_INST = $(INST_LIB) 213 216 VBoxREMSel_DEFS = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,) \ 214 217 VBOX_WITH_NEW_RECOMPILER VBOX_USE_BITNESS_SELECTOR 215 218 VBoxREMSel_SOURCES = VBoxREMWrapper.cpp 216 219 VBoxREMSel_LDFLAGS.darwin = -undefined dynamic_lookup 217 VBoxREMSel_LIBS := $(LIB_VMM)220 VBoxREMSel_LIBS := 218 221 219 222 ifeq ($(KBUILD_TARGET), win)
Note:
See TracChangeset
for help on using the changeset viewer.