Changeset 17355 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Mar 4, 2009 5:22:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 = \
Note:
See TracChangeset
for help on using the changeset viewer.