vbox的更動 11805 路徑 trunk/src/Makefile.kmk
- 時間撮記:
- 2008-8-29 上午10:17:27 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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))
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器