Changeset 95130 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 27, 2022 12:13:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r95127 r95130 2571 2571 $(call KB_FN_DO_PASS0_ON_TARGET,VBoxRT-x86) 2572 2572 $(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def: \ 2573 $( PATH_SUB_CURRENT)/r3/win/VBoxRT-win32.def \2573 $(VBOX_PATH_RUNTIME_SRC)/r3/win/VBoxRT-win32.def \ 2574 2574 | $$(dir $$@) # Hopefully no need to export openssl here. 2575 2575 $(RM) -f -- $@ … … 2580 2580 $(if-expr "$(substr $(if-expr $(KBUILD_TARGET) != 'win',$(VBOX_GCC_std), $(VBOX_VCC_std)),-2)" >= "17" \ 2581 2581 ,-e "/before-noexcept/d", -e "/after-noexcept/d") \ 2582 $( PATH_SUB_CURRENT)/r3/win/VBoxRT-win32.def2582 $(VBOX_PATH_RUNTIME_SRC)/r3/win/VBoxRT-win32.def 2583 2583 $(call KB_FN_AUTO_CMD_DEPS_COMMANDS) 2584 2584 $(call KB_FN_AUTO_CMD_DEPS,$(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def)
Note:
See TracChangeset
for help on using the changeset viewer.