儲存庫 vbox 的更動 11896
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/Makefile.kmk
r11875 r11896 92 92 ifdef VBOX_ONLY_SDK 93 93 NEED_MSCOM = 1 94 NEED_XPCOM = 1 94 95 endif 95 96 -
trunk/src/VBox/Main/testcase/Makefile.kmk
r11848 r11896 28 28 include $(KBUILD_PATH)/subheader.kmk 29 29 30 ifndef VBOX_ONLY_SDK 30 ifeq ($(KBUILD_TARGET),win) 31 NEED_MSCOM_SAMPLE = 1 32 else 33 NEED_XPCOM_SAMPLE = 1 34 endif 35 36 ifdef VBOX_ONLY_SDK 37 NEED_MSCOM_SAMPLE = 1 38 NEED_XPCOM_SAMPLE = 1 39 else 31 40 ifdef VBOX_WITH_TESTCASES 32 41 PROGRAMS += tstAPI … … 45 54 PROGRAMS.win += tstVBoxAPIWin 46 55 endif # VBOX_WITH_TESTCASES 47 endif # !VBOX_ONLY_SDK56 endif # VBOX_ONLY_SDK 48 57 49 INSTALLS += samples 58 ifdef NEED_MSCOM_SAMPLE 59 INSTALLS += samplesMSCOM 60 endif 61 62 ifdef NEED_XPCOM_SAMPLE 63 INSTALLS += samplesXPCOM 64 endif 65 66 # maybe, if will ship glue COM headers with SDK 67 #INSTALLS += tstAPI 50 68 51 69 # 52 70 # The samples 53 71 # 54 samples_MODE = a+r,u+w 55 ifeq ($(KBUILD_TARGET),win) 56 samples_INST = $(INST_SDK)bindings/mscom/samples/ 57 samples_SOURCES = tstVBoxAPIWin.cpp 58 else 59 samples_INST = $(INST_SDK)bindings/xpcom/samples/ 60 samples_SOURCES = tstVBoxAPILinux.cpp makefile.tstVBoxAPILinux=>Makefile 61 endif 72 samplesMSCOM_MODE = a+r,u+w 73 samplesMSCOM_INST = $(INST_SDK)bindings/mscom/samples/ 74 samplesMSCOM_SOURCES = tstVBoxAPIWin.cpp 75 76 samplesXPCOM_MODE = a+r,u+w 77 samplesXPCOM_INST = $(INST_SDK)bindings/xpcom/samples/ 78 samplesXPCOM_SOURCES = tstVBoxAPILinux.cpp makefile.tstVBoxAPILinux=>Makefile 62 79 63 80 # … … 65 82 # 66 83 tstAPI_TEMPLATE = VBOXMAINCLIENTEXE 84 #tstAPI_INST = $(INST_SDK)bindings/gluecom/samples/ 67 85 tstAPI_SOURCES = tstAPI.cpp 68 86 ifeq ($(KBUILD_TARGET),win) ## @todo just add this to the template. -
trunk/src/libs/xpcom18a4/python/sample/vboxshell.py
r11892 r11896 39 39 import xpcom 40 40 import xpcom.components 41 import sys 41 import sys, traceback 42 42 43 43 from shellcommon import interpret
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器