VirtualBox

Changeset 95130 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
May 27, 2022 12:13:10 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/Makefile.kmk: Better dependencies for the .def file generation/processing (noexcept/c++17). [correction]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r95127 r95130  
    25712571 $(call KB_FN_DO_PASS0_ON_TARGET,VBoxRT-x86)
    25722572 $(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 \
    25742574                | $$(dir $$@) # Hopefully no need to export openssl here.
    25752575        $(RM) -f -- $@
     
    25802580                $(if-expr "$(substr $(if-expr $(KBUILD_TARGET) != 'win',$(VBOX_GCC_std), $(VBOX_VCC_std)),-2)" >= "17" \
    25812581                                                            ,-e "/before-noexcept/d", -e "/after-noexcept/d") \
    2582                 $(PATH_SUB_CURRENT)/r3/win/VBoxRT-win32.def
     2582                $(VBOX_PATH_RUNTIME_SRC)/r3/win/VBoxRT-win32.def
    25832583        $(call KB_FN_AUTO_CMD_DEPS_COMMANDS)
    25842584 $(call KB_FN_AUTO_CMD_DEPS,$(VBoxRT-x86_0_OUTDIR)/VBoxRT-x86.def)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette