Changeset 35319 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 24, 2010 3:42:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r35182 r35319 86 86 ifdef VBOX_WITH_ADDITIONS 87 87 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeGuestR3Mini 88 LIBRARIES.win.amd64 += RuntimeGuestR3-x86 88 LIBRARIES.win.amd64 += RuntimeGuestR3-x86 RuntimeGuestR3Shared-x86 89 89 ifdef VBOX_WITH_ADDITION_DRIVERS 90 90 LIBRARIES += RuntimeGuestR0 … … 1012 1012 1013 1013 # 1014 # RuntimeGuestR3Shared-x86 - Same as RuntimeGuestR3Shared, except that it's targeting x86. 1015 # 1016 RuntimeGuestR3Shared-x86_EXTENDS := RuntimeGuestR3Shared 1017 RuntimeGuestR3Shared-x86_BLD_TRG_ARCH := x86 1018 1019 1020 # 1014 1021 # RuntimeGuestR3Mini - Minimal Guest Additions Runtime which does not require 1015 1022 # initialization and can be linked into an .so. Intended
Note:
See TracChangeset
for help on using the changeset viewer.