Changeset 6754 in vbox
- Timestamp:
- Feb 2, 2008 7:47:44 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r6751 r6754 602 602 RuntimeLnxHostR3_TEMPLATE = VBOXLNXHOSTR3LIB 603 603 RuntimeLnxHostR3_DEFS = IN_RT_R3 IN_SUP_R3 RT_WITH_VBOX RT_NO_GIP 604 RuntimeLnxHostR3_SOURCES = $(RuntimeR3_SOURCES.linux) $(RuntimeR3_SOURCES) 605 RuntimeLnxHostR3_INCS = $(RuntimeR3_INCS.linux) $(RuntimeR3_INCS) 604 RuntimeLnxHostR3_SOURCES = \ 605 $(RuntimeR3_SOURCES.linux.$(BUILD_TARGET_ARCH)) \ 606 $(RuntimeR3_SOURCES.linux) \ 607 $(RuntimeR3_SOURCES) 608 RuntimeLnxHostR3_INCS = \ 609 $(RuntimeR3_INCS.linux.$(BUILD_TARGET_ARCH)) \ 610 $(RuntimeR3_INCS.linux) \ 611 $(RuntimeR3_INCS) 606 612 607 613
Note:
See TracChangeset
for help on using the changeset viewer.