VirtualBox

Changeset 95702 in vbox for trunk/src/VBox/Additions/3D


Ignore:
Timestamp:
Jul 18, 2022 12:11:00 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152379
Message:

Add/3D,/Config.kmk: There is another user of the BISON and FLEX tools, so configuring variables them in a sub-makefile/config-file won't work reliably. Also, the flex/bison-not-found.exe isn't right as several developers has the tools in the PATH and this isdetected by DynamicConfig.kmk. Moved the config variables to the root Config.kmk and baked them into the DynamicConfig.kmk detection. bugref:9845

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/3D/Config.kmk

    r95262 r95702  
    2020# Include the top-level configure file.
    2121ifndef VBOX_ROOT_CONFIG_KMK_INCLUDED
    22 include $(PATH_ROOT)/Config.kmk
     22 include $(PATH_ROOT)/Config.kmk
    2323endif
    2424
     
    2828VBOX_PATH_WDDM       := $(PATH_ROOT)/src/VBox/Additions/WINNT/Graphics/Video
    2929VBOX_PATH_VMSVGA_INC := $(VBOX_PATH_MESA)/src/gallium/drivers/svga/include
    30 
    31 if1of ($(KBUILD_HOST), win)
    32  ifndef TOOL_BISON_YACC
    33 TOOL_BISON_YACC := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS)/win.x86/win_flex_bison/v*/*bison*$(HOSTSUFF_EXE))) \
    34                                 bison-not-found.exe)
    35  endif
    36  ifndef TOOL_FLEX_LEX
    37 TOOL_FLEX_LEX := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS)/win.x86/win_flex_bison/v*/*flex*$(HOSTSUFF_EXE))) \
    38                                 flex-not-found.exe)
    39  endif
    40 endif
    4130
    4231#
Note: See TracChangeset for help on using the changeset viewer.

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