VirtualBox

儲存庫 vbox 的更動 17355


忽略:
時間撮記:
2009-3-4 下午05:22:42 (16 年 以前)
作者:
vboxsync
訊息:

IPRT: Build RuntimeR3 with the RT_NO_GIP option so we don't need to drag in SUPR3.a/lib.

檔案:
修改 1 筆資料

圖例:

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

    r17354 r17355  
    163163RuntimeR3_TEMPLATE      = VBOXR3STATIC
    164164RuntimeR3_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
     165RuntimeR3_DEFS          = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX RT_NO_GIP
    166166ifdef IPRT_WITH_KSTUFF
    167167 RuntimeR3_DEFS        += LDR_WITH_KLDR
     
    638638## @todo change this to EXTEND the RuntimeR3 target.
    639639RuntimeGuestR3_SDKS.win                 := $(RuntimeR3_SDKS.win)
    640 RuntimeGuestR3_DEFS                     := $(filter-out RTCRITSECT_STRICT, $(RuntimeR3_DEFS))
     640RuntimeGuestR3_DEFS                     := $(filter-out RTCRITSECT_STRICT RT_NO_GIP, $(RuntimeR3_DEFS))
    641641RuntimeGuestR3_DEFS.$(KBUILD_TARGET)    := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
    642642RuntimeGuestR3_DEFS.$(KBUILD_HOST)      := $(RuntimeR3_DEFS.$(KBUILD_HOST))
     
    668668RuntimeGuestR3Mini_INST                     := $(INST_ADDITIONS_LIB)
    669669RuntimeGuestR3Mini_SDKS.win                 := $(RuntimeR3_SDKS.win)
    670 RuntimeGuestR3Mini_DEFS                     := $(filter-out RTCRITSECT_STRICT, $(RuntimeR3_DEFS)) RT_MINI
     670RuntimeGuestR3Mini_DEFS                     := $(filter-out RTCRITSECT_STRICT RT_NO_GIP, $(RuntimeR3_DEFS)) RT_MINI
    671671RuntimeGuestR3Mini_DEFS.$(KBUILD_TARGET)    := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
    672672RuntimeGuestR3Mini_DEFS.$(KBUILD_HOST)      := $(RuntimeR3_DEFS.$(KBUILD_HOST))
     
    747747VBoxRT_INST                    = $(INST_DLL) $(INST_TESTCASE)
    748748endif
    749 VBoxRT_DEFS                    = $(RuntimeR3_DEFS) IN_SUP_R3 IN_SUP_R3
     749VBoxRT_DEFS                    = $(filter-out RT_NO_GIP,$(RuntimeR3_DEFS)) IN_SUP_R3 IN_SUP_R3
    750750VBoxRT_DEFS.$(KBUILD_TYPE)     = $(RuntimeR3_DEFS.$(KBUILD_TYPE))
    751751VBoxRT_SOURCES                 = \
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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