Changeset 11592 in vbox
- Timestamp:
- Aug 23, 2008 7:35:29 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/Makefile.kmk ¶
r10194 r11592 53 53 54 54 else # !VBOX_ONLY_ADDITIONS 55 # build Runtime first when IPC logging is on because it depends on Runtime 56 ifdef VBOX_IPC_RELEASE_LOG 57 SUBDIRS = VBox/Runtime 58 else ifneq ($(KBUILD_TYPE),release) 59 SUBDIRS = VBox/Runtime 60 else 61 SUBDIRS = 62 endif 63 64 SUBDIRS += bldprogs libs VBox recompiler 55 # Build Runtime first because xpcom (IPC, nspr, python) depends on it. 56 SUBDIRS = VBox/Runtime bldprogs libs VBox recompiler 65 57 ifneq ($(wildcard apps),) 66 58 SUBDIRS += apps
Note:
See TracChangeset
for help on using the changeset viewer.