VirtualBox

Changeset 15310 in vbox for trunk


Ignore:
Timestamp:
Dec 11, 2008 3:55:38 PM (16 years ago)
Author:
vboxsync
Message:

REM: Darwin compilation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/Makefile.kmk

    r15300 r15310  
    206206 VBoxREM32_INCS := $($(REM_MOD)_INCS)
    207207 VBoxREM32_SOURCES := $($(REM_MOD)_SOURCES)
    208  VBoxREM32_LIBS := $($(REM_MOD)_LIBS) $(LIB_VMM) $(LIB_RUNTIME)
     208 VBoxREM32_LIBS := $($(REM_MOD)_LIBS)
    209209
    210210 VBoxREM64_EXTENDS = $(REM_MOD)
     
    214214 VBoxREM64_INCS := $($(REM_MOD)_INCS)
    215215 VBoxREM64_SOURCES := $($(REM_MOD)_SOURCES)
    216  VBoxREM64_LIBS := $($(REM_MOD)_LIBS) $(LIB_VMM) $(LIB_RUNTIME)
     216 VBoxREM64_LIBS := $($(REM_MOD)_LIBS)
    217217
    218218 VBoxREMSel_TEMPLATE    = VBOXR3
     
    220220 VBoxREMSel_DEFS        = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,)    \
    221221                          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
    223224
    224225 ifeq ($(KBUILD_TARGET), win)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette