Changeset 6005
- Timestamp:
- 12/07/07 21:38:37 (1 year ago)
- Files:
-
- trunk/src/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

