Changeset 762 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 7, 2007 11:15:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile
r691 r762 36 36 ifdef VBOX_WITH_LINUX_ADDITIONS 37 37 LIBRARIES += RuntimeLnx32GuestR3 38 if eq ($(BUILD_PLATFORM_ARCH),x86) # (AMD64: can't build it and doesn't need it, so skip it.)38 ifdef VBOX_WITH_LINUX_ADDITIONS_32BIT_R0 39 39 LIBRARIES += RuntimeLnx32GuestR0 40 40 endif
Note:
See TracChangeset
for help on using the changeset viewer.