- Timestamp:
- Dec 3, 2012 7:42:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r44020 r44024 1099 1099 ## @todo change this to EXTEND the RuntimeR3 target. 1100 1100 RuntimeGuestR3_SDKS.win := $(RuntimeR3_SDKS.win) 1101 RuntimeGuestR3_DEFS := $(filter-out RTCRITSECT_STRICT RT_NO_GIP, $(RuntimeR3_DEFS))1101 RuntimeGuestR3_DEFS := $(filter-out IN_RT_STATIC RTCRITSECT_STRICT RT_NO_GIP, $(RuntimeR3_DEFS)) 1102 1102 RuntimeGuestR3_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET)) 1103 1103 RuntimeGuestR3_DEFS.$(KBUILD_HOST) := $(RuntimeR3_DEFS.$(KBUILD_HOST)) … … 1161 1161 RuntimeGuestR3Mini_SDKS.win := $(RuntimeR3_SDKS.win) 1162 1162 RuntimeGuestR3Mini_DEFS := \ 1163 $(filter-out RTCRITSECT_STRICT RT_NO_GIP RT_WITH_ICONV_CACHE, $(RuntimeR3_DEFS)) \1163 $(filter-out IN_RT_STATIC RTCRITSECT_STRICT RT_NO_GIP RT_WITH_ICONV_CACHE, $(RuntimeR3_DEFS)) \ 1164 1164 RT_MINI IN_RT_STATIC RTMEM_NO_WRAP_TO_EF_APIS 1165 1165 RuntimeGuestR3Mini_DEFS.$(KBUILD_TARGET) := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
Note:
See TracChangeset
for help on using the changeset viewer.