VirtualBox

vbox的更動 11805 路徑 trunk/src/Makefile.kmk


忽略:
時間撮記:
2008-8-29 上午10:17:27 (16 年 以前)
作者:
vboxsync
訊息:
  • rearranged SDK-only stuff in makefiles per Knut advise
檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/Makefile.kmk

    r11703 r11805  
    5858else  # !VBOX_ONLY_ADDITIONS
    5959 # 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
    6362 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
    7076 ifdef VBOX_ONLY_DOCS
    7177  SUBDIRS := $(filter VBox/Runtime bldprogs libs VBox, $(SUBDIRS))
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette