VirtualBox

Changeset 108216 in vbox for trunk/src


Ignore:
Timestamp:
Feb 13, 2025 6:25:20 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167536
Message:

Runtime: Introduce bldRTIasl, a RTIasl variant which can be used during the build process, bugref:10733

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r108150 r108216  
    24542454        common/math/bignum.cpp \
    24552455        common/misc/assert.cpp \
     2456        common/misc/buildconfig.cpp \
    24562457        common/misc/cidr.cpp \
    24572458        common/misc/getopt.cpp \
     
    25752576        common/vfs/vfsmisc.cpp \
    25762577        common/vfs/vfsmsg.cpp \
     2578        common/vfs/vfsprintf.cpp \
    25772579        common/vfs/vfsstddir.cpp \
    25782580        common/vfs/vfsstdfile.cpp \
  • trunk/src/VBox/Runtime/tools/Makefile.kmk

    r107952 r108216  
    8080 bldRTManifest_SOURCES  = RTManifest.cpp
    8181
     82 # RTIasl - ACPI source language compiler/decompiler. - build version.
     83 BLDPROGS += bldRTIasl
     84 bldRTIasl_TEMPLATE := VBoxAdvBldProg
     85 bldRTIasl_INCS     := ../include
     86 bldRTIasl_DEFS     := IPRT_IN_BUILD_TOOL
     87 bldRTIasl_SOURCES  := \
     88        RTIasl.cpp \
     89        ../common/acpi/acpi.cpp \
     90        ../common/acpi/acpi-ast.cpp \
     91        ../common/acpi/acpi-compiler.cpp \
     92        ../common/acpi/acpi-decompiler.cpp \
     93        ../common/acpi/acpi-ns.cpp \
     94        ../common/script/scriptlex.cpp
    8295
    8396 if !defined(VBOX_ONLY_EXTPACKS) || "$(KBUILD_TARGET)" == "win" || "$(KBUILD_TARGET)" == "darwin"
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