儲存庫 vbox 的更動 17355
- 時間撮記:
- 2009-3-4 下午05:22:42 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/Makefile.kmk
r17354 r17355 163 163 RuntimeR3_TEMPLATE = VBOXR3STATIC 164 164 RuntimeR3_SDKS.win = WINPSDK W2K3DDK 165 RuntimeR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX 165 RuntimeR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX RT_NO_GIP 166 166 ifdef IPRT_WITH_KSTUFF 167 167 RuntimeR3_DEFS += LDR_WITH_KLDR … … 638 638 ## @todo change this to EXTEND the RuntimeR3 target. 639 639 RuntimeGuestR3_SDKS.win := $(RuntimeR3_SDKS.win) 640 RuntimeGuestR3_DEFS := $(filter-out RTCRITSECT_STRICT , $(RuntimeR3_DEFS))640 RuntimeGuestR3_DEFS := $(filter-out RTCRITSECT_STRICT RT_NO_GIP, $(RuntimeR3_DEFS)) 641 641 RuntimeGuestR3_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET)) 642 642 RuntimeGuestR3_DEFS.$(KBUILD_HOST) := $(RuntimeR3_DEFS.$(KBUILD_HOST)) … … 668 668 RuntimeGuestR3Mini_INST := $(INST_ADDITIONS_LIB) 669 669 RuntimeGuestR3Mini_SDKS.win := $(RuntimeR3_SDKS.win) 670 RuntimeGuestR3Mini_DEFS := $(filter-out RTCRITSECT_STRICT , $(RuntimeR3_DEFS)) RT_MINI670 RuntimeGuestR3Mini_DEFS := $(filter-out RTCRITSECT_STRICT RT_NO_GIP, $(RuntimeR3_DEFS)) RT_MINI 671 671 RuntimeGuestR3Mini_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET)) 672 672 RuntimeGuestR3Mini_DEFS.$(KBUILD_HOST) := $(RuntimeR3_DEFS.$(KBUILD_HOST)) … … 747 747 VBoxRT_INST = $(INST_DLL) $(INST_TESTCASE) 748 748 endif 749 VBoxRT_DEFS = $( RuntimeR3_DEFS) IN_SUP_R3 IN_SUP_R3749 VBoxRT_DEFS = $(filter-out RT_NO_GIP,$(RuntimeR3_DEFS)) IN_SUP_R3 IN_SUP_R3 750 750 VBoxRT_DEFS.$(KBUILD_TYPE) = $(RuntimeR3_DEFS.$(KBUILD_TYPE)) 751 751 VBoxRT_SOURCES = \
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器