- Timestamp:
- Dec 11, 2008 3:55:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/Makefile.kmk
r15300 r15310 206 206 VBoxREM32_INCS := $($(REM_MOD)_INCS) 207 207 VBoxREM32_SOURCES := $($(REM_MOD)_SOURCES) 208 VBoxREM32_LIBS := $($(REM_MOD)_LIBS) $(LIB_VMM) $(LIB_RUNTIME)208 VBoxREM32_LIBS := $($(REM_MOD)_LIBS) 209 209 210 210 VBoxREM64_EXTENDS = $(REM_MOD) … … 214 214 VBoxREM64_INCS := $($(REM_MOD)_INCS) 215 215 VBoxREM64_SOURCES := $($(REM_MOD)_SOURCES) 216 VBoxREM64_LIBS := $($(REM_MOD)_LIBS) $(LIB_VMM) $(LIB_RUNTIME)216 VBoxREM64_LIBS := $($(REM_MOD)_LIBS) 217 217 218 218 VBoxREMSel_TEMPLATE = VBOXR3 … … 220 220 VBoxREMSel_DEFS = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,) \ 221 221 VBOX_WITH_NEW_RECOMPILER VBOX_USE_BITNESS_SELECTOR 222 VBoxREMSel_SOURCES = VBoxREMWrapper.cpp 222 VBoxREMSel_SOURCES = VBoxREMWrapper.cpp 223 VBoxREMSel_LDFLAGS.darwin = -undefined dynamic_lookup 223 224 224 225 ifeq ($(KBUILD_TARGET), win)
Note:
See TracChangeset
for help on using the changeset viewer.