VirtualBox

Ignore:
Timestamp:
Mar 4, 2009 5:22:42 PM (16 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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                 = \
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