Changeset 83885 in vbox
- Timestamp:
- Apr 21, 2020 11:09:26 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r83872 r83885 2231 2231 # Tricks to work around midl.exe problems with spaces in the /cpp_cmd value, it 2232 2232 # forgets to quote it when creating the commandline and cl.exe gets very confused. 2233 if1of (quote, $(K BUILD_FEATURES))2233 if1of (quote, $(KMK_FEATURES)) 2234 2234 VBOX_MIDL_REDIRECT = $(REDIRECT) --prepend "$(quote-sh-dq PATH=$(PATH_TOOL_$(VBOX_VCC_TOOL)_BIN);$(qaddsuffix ,;,$(PATH_TOOL_$(VBOX_VCC_TOOL)_DLL_BIN)))" -- 2235 2235 VBOX_MIDL_REDIRECT_X86 = $(REDIRECT) --prepend "$(quote-sh-dq PATH=$(PATH_TOOL_$(VBOX_VCC_TOOL_STEM)X86_BIN);$(qaddsuffix ,;,$(PATH_TOOL_$(VBOX_VCC_TOOL_STEM)X86_DLL_BIN)))" --
Note:
See TracChangeset
for help on using the changeset viewer.