Changeset 74742 in vbox for trunk/src/VBox
- Timestamp:
- Oct 10, 2018 12:51:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r74741 r74742 259 259 # 260 260 RuntimeR3_TEMPLATE = VBoxR3Static 261 RuntimeR3_SDKS = VBOX_ OPENSSL VBOX_LIBXML2261 RuntimeR3_SDKS = VBOX_LIBXML2 262 262 RuntimeR3_SDKS.win = $(VBOX_WINPSDK) $(VBOX_WINDDK) 263 263 RuntimeR3_DEFS = \ … … 271 271 RT_NO_GIP \ 272 272 RT_WITHOUT_NOCRT_WRAPPERS \ 273 IPRT_WITH_OPENSSL \274 273 NOFILEID 275 274 if1of ($(KBUILD_TARGET_ARCH), amd64 x86) … … 1520 1519 RuntimeBldProg_BLD_TRG_ARCH := $(KBUILD_HOST_ARCH) 1521 1520 RuntimeBldProg_BLD_TRG_CPU := $(KBUILD_HOST_CPU) 1522 RuntimeBldProg_DEFS := $(filter-out IN_SUP_R3 IN_SUP IPRT_WITH_OPENSSL, $(RuntimeR3_DEFS)) IPRT_WITHOUT_LDR_VERIFY RT_NO_GIP1521 RuntimeBldProg_DEFS := $(filter-out IN_SUP_R3 IN_SUP, $(RuntimeR3_DEFS)) IPRT_WITHOUT_LDR_VERIFY RT_NO_GIP 1523 1522 RuntimeBldProg_SOURCES = \ 1524 1523 common/alloc/alloc.cpp \ … … 1967 1966 ## @todo change this to EXTEND the RuntimeR3 target. 1968 1967 RuntimeGuestR3_SDKS.win := $(RuntimeR3_SDKS.win) 1969 RuntimeGuestR3_DEFS := $(filter-out RTCRITSECT_STRICT RT_NO_GIP IPRT_WITH_OPENSSL, $(RuntimeR3_DEFS))1968 RuntimeGuestR3_DEFS := $(filter-out RTCRITSECT_STRICT RT_NO_GIP, $(RuntimeR3_DEFS)) 1970 1969 RuntimeGuestR3_DEFS := $(filter-out IN_SUP_R3, $(RuntimeGuestR3_DEFS)) 1971 1970 RuntimeGuestR3_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET)) … … 2043 2042 endif 2044 2043 VBoxRT_DEFS := $(filter-out RT_NO_GIP, $(RuntimeR3_DEFS)) \ 2044 IPRT_WITH_OPENSSL \ 2045 2045 IPRT_WITH_XAR \ 2046 2046 $(if-expr !defined(VBOX_WITH_ALT_HASH_CODE),IPRT_WITHOUT_SHA512T224 IPRT_WITHOUT_SHA512T256,)
Note:
See TracChangeset
for help on using the changeset viewer.