Changeset 6781 in vbox
- Timestamp:
- Feb 4, 2008 11:10:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r6766 r6781 510 510 # 511 511 # RuntimeGuestR3 - Guest Additions Runtime (static). 512 # (The BUILD_PLATFORM inheritance here is for l4 crossbuilding the linux additions.) 512 # (The BUILD_PLATFORM inheritance here is for l4 cross building the linux 513 # additions, while .x86 is for cross building x86 while targeting amd64.) 513 514 # 514 515 RuntimeGuestR3_TEMPLATE := VBOXGUESTR3LIB … … 533 534 RuntimeGuestR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) 534 535 RuntimeGuestR3_SOURCES.$(BUILD_PLATFORM).$(BUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(BUILD_PLATFORM).$(BUILD_TARGET_ARCH)) 536 RuntimeGuestR3_SOURCES.$(BUILD_TARGET).x86 := $(RuntimeR3_SOURCES.$(BUILD_TARGET).x86) 537 RuntimeGuestR3_SOURCES.$(BUILD_PLATFORM).x86 := $(RuntimeR3_SOURCES.$(BUILD_PLATFORM).x86) 535 538 536 539
Note:
See TracChangeset
for help on using the changeset viewer.