VirtualBox

Changeset 106820 in vbox


Ignore:
Timestamp:
Nov 4, 2024 3:36:54 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165727
Message:

tools/Makefile.kmk,/Config.kmk: New libxslt & libxml tools for win.amd64 and win.arm64. Reorged the vcc fetching. jiraref:VBP-1253

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r106763 r106820  
    25322532ifeq ($(VBOX_XSLTPROC),)
    25332533 ifeq ($(KBUILD_HOST),win)
    2534   VBOX_XSLTPROC := $(wildcard $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).$(KBUILD_HOST_ARCH)/libxslt/10128/bin/xsltproc.exe)
     2534  VBOX_XSLTPROC := $(wildcard $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).$(KBUILD_HOST_ARCH)/libxslt/10142/bin/xsltproc.exe)
    25352535  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
    25372540  endif
    25382541 else ifeq ($(KBUILD_HOST),os2)
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