Changeset 106614 in vbox
- Timestamp:
- Oct 23, 2024 10:04:55 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r106558 r106614 117 117 LIBRARIES += RuntimeR0 118 118 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 123 124 ifndef VBOX_WITH_PARFAIT 124 125 LIBRARIES.win.amd64 += RuntimeR3-x86 126 LIBRARIES.win.arm64 += RuntimeR3-x86 125 127 endif 126 128 ifdef VBOX_WITH_RAW_MODE
Note:
See TracChangeset
for help on using the changeset viewer.