Changeset 6005 in vbox
- Timestamp:
- Dec 7, 2007 8:38:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.kmk
r6004 r6005 19 19 include $(PATH_KBUILD)/header.kmk 20 20 21 # build Runtime first when IPC logging is on because it depends on Runtime 22 ifdef VBOX_IPC_RELEASE_LOG 23 SUBDIRS = VBox/Runtime 24 else ifneq ($(BUILD_TYPE),release) 25 SUBDIRS = VBox/Runtime 26 else 27 SUBDIRS = 28 endif 21 ifdef VBOX_ONLY_ADDITIONS 22 SUBDIRS = VBox 29 23 30 SUBDIRS += bldprogs libs VBox 31 ifndef VBOX_ONLY_ADDITIONS 32 SUBDIRS += recompiler 24 else # !VBOX_ONLY_ADDITIONS 25 # build Runtime first when IPC logging is on because it depends on Runtime 26 ifdef VBOX_IPC_RELEASE_LOG 27 SUBDIRS = VBox/Runtime 28 else ifneq ($(BUILD_TYPE),release) 29 SUBDIRS = VBox/Runtime 30 else 31 SUBDIRS = 32 endif 33 34 SUBDIRS += bldprogs libs VBox recompiler 33 35 ifneq ($(wildcard apps),) 34 36 SUBDIRS += apps
Note:
See TracChangeset
for help on using the changeset viewer.