VirtualBox

Changeset 99701 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
May 9, 2023 1:02:23 PM (19 months ago)
Author:
vboxsync
Message:

*kmk: VBOX_ONLY_SDK_ON_WINDOWS changes and cleanups. bugref:10442

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r99634 r99701  
    23792379
    23802380# Define the macro for win path conversion.
    2381 ifndef VBOX_ONLY_SDK
     2381if !defined(VBOX_ONLY_SDK) || defined(VBOX_ONLY_SDK_ON_WINDOWS)
    23822382 VBOX_FN_MAKE_WIN_PATH = "$(quote-sh-dq $(subst /,\,$(requote unq, $(1))))"
    23832383else
    23842384 # Z: is always FS root for Wine.
    23852385 VBOX_FN_MAKE_WIN_PATH  = $(subst /,\\,$(patsubst /%,Z:/%,$(1)))
    2386 endif #!VBOX_ONLY_SDK
     2386endif
    23872387
    23882388# The kprofile build automagically links with kProfile.
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