vbox的更動 15323 路徑 trunk/src/recompiler_new
- 時間撮記:
- 2008-12-11 下午06:07:13 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/recompiler_new/Makefile.kmk
r15321 r15323 28 28 VBOX_PATH_RECOMPILER_SRC := $(PATH_SUB_CURRENT) 29 29 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: 31 31 # with 64-bit support (slow and buggy at the moment) VBOXREM64 32 32 # only 32-bit support (faster, stable, but not suitable for 64-bit guests) VBOXREM32 … … 199 199 200 200 ifdef 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 212 213 213 214 VBoxREMSel_TEMPLATE = VBOXR3 214 215 VBoxREMSel_NAME = VBoxREM 215 VBoxREMImp_INST = $(INST_LIB) 216 VBoxREMImp_INST = $(INST_LIB)# what's this about? 216 217 VBoxREMSel_DEFS = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,) \ 217 218 VBOX_WITH_NEW_RECOMPILER VBOX_USE_BITNESS_SELECTOR 218 219 VBoxREMSel_SOURCES = VBoxREMWrapper.cpp 219 VBoxREMSel_L DFLAGS.darwin = -undefined dynamic_lookup220 VBoxREMSel_L IBS :=220 VBoxREMSel_LIBS = $(LIB_RUNTIME) 221 VBoxREMSel_LDFLAGS.darwin = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM.dylib -undefined dynamic_lookup 221 222 222 223 ifeq ($(KBUILD_TARGET), win)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器