VirtualBox

Changeset 106614 in vbox


Ignore:
Timestamp:
Oct 23, 2024 10:04:55 AM (5 weeks ago)
Author:
vboxsync
Message:

IPRT/Makefile.kmk: Need to build both RuntimeR3NoCrt (for VBoxRes.dll) and RuntimeR3-x86 (for Installer/win/Stub). jiraref:VBP-1171

File:
1 edited

Legend:

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

    r106558 r106614  
    117117  LIBRARIES += RuntimeR0
    118118 endif
    119  LIBRARIES.solaris += RuntimeR0Stub
    120  LIBRARIES.win += RuntimeR0Stub
    121  LIBRARIES.win.x86 += RuntimeR3NoCrt
    122  LIBRARIES.win.amd64 += RuntimeR3NoCrt
     119 LIBRARIES.solaris    += RuntimeR0Stub
     120 LIBRARIES.win        += RuntimeR0Stub
     121 LIBRARIES.win.x86    += RuntimeR3NoCrt
     122 LIBRARIES.win.amd64  += RuntimeR3NoCrt
     123 LIBRARIES.win.arm64  += RuntimeR3NoCrt
    123124 ifndef VBOX_WITH_PARFAIT
    124125  LIBRARIES.win.amd64 += RuntimeR3-x86
     126  LIBRARIES.win.arm64 += RuntimeR3-x86
    125127 endif
    126128 ifdef VBOX_WITH_RAW_MODE
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette