VirtualBox

vbox的更動 15323 路徑 trunk/src/recompiler_new


忽略:
時間撮記:
2008-12-11 下午06:07:13 (16 年 以前)
作者:
vboxsync
訊息:

darwin build fixes.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/recompiler_new/Makefile.kmk

    r15321 r15323  
    2828VBOX_PATH_RECOMPILER_SRC := $(PATH_SUB_CURRENT)
    2929
    30 # For 32-bit targets when enabled 64-bit guests we build 2 REM DLLs: 
     30# For 32-bit targets when enabled 64-bit guests we build 2 REM DLLs:
    3131#  with 64-bit support (slow and buggy at the moment) VBOXREM64
    3232#  only 32-bit support (faster, stable, but not suitable for 64-bit guests) VBOXREM32
     
    199199
    200200ifdef VBOX_USE_REM64
    201  VBoxREM32_EXTENDS := VBoxREM
    202  VBoxREM32_EXTENDS_BY := appending
    203  VBoxREM32_TEMPLATE := $(VBoxREM_TEMPLATE)
    204  VBoxREM32_DEFS := $(VBoxREM_DEFS)
    205  VBoxREM32_LIBS := $(LIB_VMM)
    206 
    207  VBoxREM64_EXTENDS = VBoxREM
    208  VBoxREM64_EXTENDS_BY = appending
    209  VBoxREM64_TEMPLATE := $(VBoxREM_TEMPLATE)
    210  VBoxREM64_DEFS := $(VBoxREM_DEFS) VBOX_ENABLE_VBOXREM64
    211  VBoxREM64_LIBS := $(LIB_VMM)
     201 VBoxREM32_EXTENDS    = VBoxREM
     202 VBoxREM32_EXTENDS_BY = appending
     203 VBoxREM32_TEMPLATE   = $(VBoxREM_TEMPLATE)
     204 VBoxREM32_LIBS       = $(LIB_RUNTIME)
     205 VBoxREM32_LDFLAGS.darwin = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM32.dylib -undefined dynamic_lookup
     206
     207 VBoxREM64_EXTENDS    = VBoxREM
     208 VBoxREM64_EXTENDS_BY = appending
     209 VBoxREM64_TEMPLATE   = $(VBoxREM_TEMPLATE)
     210 VBoxREM64_DEFS       = VBOX_ENABLE_VBOXREM64
     211 VBoxREM64_LIBS       = $(LIB_RUNTIME)
     212 VBoxREM64_LDFLAGS.darwin = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM64.dylib -undefined dynamic_lookup
    212213
    213214 VBoxREMSel_TEMPLATE    = VBOXR3
    214215 VBoxREMSel_NAME        = VBoxREM
    215  VBoxREMImp_INST        = $(INST_LIB)
     216 VBoxREMImp_INST        = $(INST_LIB)# what's this about?
    216217 VBoxREMSel_DEFS        = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,)    \
    217218                          VBOX_WITH_NEW_RECOMPILER VBOX_USE_BITNESS_SELECTOR
    218219 VBoxREMSel_SOURCES     = VBoxREMWrapper.cpp
    219  VBoxREMSel_LDFLAGS.darwin = -undefined dynamic_lookup
    220  VBoxREMSel_LIBS :=
     220 VBoxREMSel_LIBS        = $(LIB_RUNTIME)
     221 VBoxREMSel_LDFLAGS.darwin = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM.dylib -undefined dynamic_lookup
    221222
    222223 ifeq ($(KBUILD_TARGET), win)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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