Changeset 95702 in vbox for trunk/src/VBox/Additions/3D
- Timestamp:
- Jul 18, 2022 12:11:00 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152379
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/Config.kmk
r95262 r95702 20 20 # Include the top-level configure file. 21 21 ifndef VBOX_ROOT_CONFIG_KMK_INCLUDED 22 include $(PATH_ROOT)/Config.kmk22 include $(PATH_ROOT)/Config.kmk 23 23 endif 24 24 … … 28 28 VBOX_PATH_WDDM := $(PATH_ROOT)/src/VBox/Additions/WINNT/Graphics/Video 29 29 VBOX_PATH_VMSVGA_INC := $(VBOX_PATH_MESA)/src/gallium/drivers/svga/include 30 31 if1of ($(KBUILD_HOST), win)32 ifndef TOOL_BISON_YACC33 TOOL_BISON_YACC := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS)/win.x86/win_flex_bison/v*/*bison*$(HOSTSUFF_EXE))) \34 bison-not-found.exe)35 endif36 ifndef TOOL_FLEX_LEX37 TOOL_FLEX_LEX := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS)/win.x86/win_flex_bison/v*/*flex*$(HOSTSUFF_EXE))) \38 flex-not-found.exe)39 endif40 endif41 30 42 31 #
Note:
See TracChangeset
for help on using the changeset viewer.