Changeset 11805 in vbox for trunk/src/Makefile.kmk
- Timestamp:
- Aug 29, 2008 10:17:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.kmk
r11703 r11805 58 58 else # !VBOX_ONLY_ADDITIONS 59 59 # Build IPRT first because xpcom (IPC, nspr, python) depends on it. 60 SUBDIRS = VBox/Runtime bldprogs libs VBox recompiler 61 ifneq ($(wildcard apps),) 62 SUBDIRS += apps 60 ifndef VBOX_ONLY_SDK 61 SUBDIRS = VBox/Runtime 63 62 endif 64 ifdef VBOX_WITH_TESTSUITE 65 SUBDIRS += tests 66 endif 67 ifdef VBOX_WITH_TESTCASES 68 SUBDIRS += testcase 69 endif 63 SUBDIRS += bldprogs libs VBox 64 ifndef VBOX_ONLY_SDK 65 SUBDIRS += recompiler 66 ifneq ($(wildcard apps),) 67 SUBDIRS += apps 68 endif 69 ifdef VBOX_WITH_TESTSUITE 70 SUBDIRS += tests 71 endif 72 ifdef VBOX_WITH_TESTCASES 73 SUBDIRS += testcase 74 endif 75 endif #!VBOX_ONLY_SDK 70 76 ifdef VBOX_ONLY_DOCS 71 77 SUBDIRS := $(filter VBox/Runtime bldprogs libs VBox, $(SUBDIRS))
Note:
See TracChangeset
for help on using the changeset viewer.