Changeset 106448 in vbox for trunk/src/VBox
- Timestamp:
- Oct 17, 2024 12:40:18 PM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 165267
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r106446 r106448 3194 3194 $(call KB_FN_DO_PASS0_ON_TARGET,VBoxRT-x86) 3195 3195 $(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def: \ 3196 $(VBOX_PATH_RUNTIME_SRC)/r3/win/VBoxRT- win32.def \3196 $(VBOX_PATH_RUNTIME_SRC)/r3/win/VBoxRT-x86.def \ 3197 3197 | $$(dir $$@) # Hopefully no need to export openssl here. 3198 3198 $(RM) -f -- $@ … … 3203 3203 $(if-expr "$(substr $(if-expr $(KBUILD_TARGET) != 'win',$(VBOX_GCC_std), $(VBOX_VCC_std)),-2)" >= "17" \ 3204 3204 ,-e "/before-noexcept/d", -e "/after-noexcept/d") \ 3205 $(VBOX_PATH_RUNTIME_SRC)/r3/win/VBoxRT- win32.def3205 $(VBOX_PATH_RUNTIME_SRC)/r3/win/VBoxRT-x86.def 3206 3206 $(call KB_FN_AUTO_CMD_DEPS_COMMANDS) 3207 3207 $(call KB_FN_AUTO_CMD_DEPS,$(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def)
Note:
See TracChangeset
for help on using the changeset viewer.