Changeset 106820 in vbox
- Timestamp:
- Nov 4, 2024 3:36:54 PM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 165727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r106763 r106820 2532 2532 ifeq ($(VBOX_XSLTPROC),) 2533 2533 ifeq ($(KBUILD_HOST),win) 2534 VBOX_XSLTPROC := $(wildcard $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).$(KBUILD_HOST_ARCH)/libxslt/101 28/bin/xsltproc.exe)2534 VBOX_XSLTPROC := $(wildcard $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).$(KBUILD_HOST_ARCH)/libxslt/10142/bin/xsltproc.exe) 2535 2535 ifeq ($(VBOX_XSLTPROC),) 2536 VBOX_XSLTPROC := $(KBUILD_DEVTOOLS)/win.x86/bin/xsltproc.exe 2536 VBOX_XSLTPROC := $(wildcard $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).$(KBUILD_HOST_ARCH)/libxslt/10128/bin/xsltproc.exe)# for x86 2537 ifeq ($(VBOX_XSLTPROC),) 2538 VBOX_XSLTPROC := $(KBUILD_DEVTOOLS)/win.x86/bin/xsltproc.exe 2539 endif 2537 2540 endif 2538 2541 else ifeq ($(KBUILD_HOST),os2)
Note:
See TracChangeset
for help on using the changeset viewer.