Changeset 6685 in vbox
- Timestamp:
- Jan 31, 2008 8:45:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r6677 r6685 34 34 # 35 35 ifeq ($(BUILD_TARGET),linux) 36 LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 RuntimeGuestR3 Mini36 LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 RuntimeGuestR3 RuntimeGuestR3Mini 37 37 else ifeq ($(BUILD_TARGET),win) 38 38 LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 … … 47 47 # 48 48 else ifdef VBOX_ADDITIONS_LINUX_ONLY 49 LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 RuntimeGuestR3 Mini49 LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 RuntimeGuestR3 RuntimeGuestR3Mini 50 50 else ifdef VBOX_ADDITIONS_WIN32_ONLY 51 51 LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 … … 66 66 endif 67 67 ifdef VBOX_WITH_LINUX_ADDITIONS 68 LIBRARIES += RuntimeLnx32GuestR3 RuntimeGuestR3 Mini68 LIBRARIES += RuntimeLnx32GuestR3 RuntimeGuestR3 RuntimeGuestR3Mini 69 69 ifdef VBOX_WITH_LINUX_ADDITIONS_32BIT_R0 70 70 LIBRARIES += RuntimeLnx32GuestR0 … … 578 578 579 579 # 580 # RuntimeLnx32GuestR3 - 32-bit Linux guest program runtime. 580 # RuntimeLnx32GuestR3 - 32-bit Linux guest program runtime. Obsoleted by RuntimeGuestR3. 581 581 # 582 582 RuntimeLnx32GuestR3_TEMPLATE = VBOXLNX32GUESTR3LIB … … 1068 1068 # 1069 1069 # RuntimeLnx32GuestR0 - 32-bit Linux guest driver runtime. 1070 # 1070 # 1071 1071 ## @todo remove this and use RuntimeGuestR0. 1072 1072 RuntimeLnx32GuestR0_TEMPLATE = VBOXLNX32GUESTR0
Note:
See TracChangeset
for help on using the changeset viewer.