- Timestamp:
- May 20, 2009 10:42:58 AM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 3 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Makefile.kmk
r16174 r19853 45 45 endif # !VBOX_ONLY_DOCS 46 46 47 # @todo: include Python shell into binary delivery? 48 ifdef VBOX_ONLY_SDK 49 include $(PATH_SUB_CURRENT)/VBoxShell/Makefile.kmk 50 endif 51 47 52 include $(KBUILD_PATH)/subfooter.kmk 48 53 -
trunk/src/VBox/Main/Makefile.kmk
r19852 r19853 88 88 $(VBOX_PATH_SDK)/bindings/mscom/include/VirtualBox.h \ 89 89 $(VBOX_PATH_SDK)/bindings/mscom/lib/VirtualBox.tlb \ 90 $(VBOX_PATH_SDK)/bindings/mscom/lib/VirtualBox_i.c \ 91 $(VBOX_PATH_SDK)/bindings/mscom/python/samples/vboxshell.py \ 92 $(VBOX_PATH_SDK)/bindings/mscom/python/samples/shellcommon.py 90 $(VBOX_PATH_SDK)/bindings/mscom/lib/VirtualBox_i.c 93 91 OTHER_CLEAN += \ 94 92 $(VBOX_IDL_FILE.MSCOM) \ … … 98 96 $(PATH_VBoxCOM)/VirtualBox.h \ 99 97 $(PATH_VBoxCOM)/VirtualBox_i.c \ 100 $(PATH_VBoxCOM)/VirtualBox.tlb \ 101 $(VBOX_PATH_SDK)/bindings/mscom/python/samples/vboxshell.py \ 102 $(VBOX_PATH_SDK)/bindings/mscom/python/samples/shellcommon.py 98 $(PATH_VBoxCOM)/VirtualBox.tlb 103 99 104 100 VBOX_MAIN_PREREQS += $(PATH_VBoxCOM)/VirtualBox_i.c … … 758 754 $(CP) $(PATH_VBoxCOM)/VirtualBox_i.c $(VBOX_PATH_SDK)/bindings/mscom/lib 759 755 760 761 ## @todo Use install targets, please.762 # Actually, what on earth is this stuff doing? Why copy two files like this?763 $(VBOX_PATH_SDK)/bindings/mscom/python/samples/shellcommon.py \764 + $(VBOX_PATH_SDK)/bindings/mscom/python/samples/vboxshell.py: \765 $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/shellcommon.py \766 $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/mscom/vboxshell.py767 $(MKDIR) -p $(VBOX_PATH_SDK)/bindings/mscom/python/samples768 $(CP) $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/shellcommon.py $(VBOX_PATH_SDK)/bindings/mscom/python/samples/shellcommon.py769 $(CP) $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/mscom/vboxshell.py $(VBOX_PATH_SDK)/bindings/mscom/python/samples/vboxshell.py770 771 756 # 772 757 # Translation stuff -
trunk/src/VBox/Main/webservice/Makefile.kmk
r19020 r19853 372 372 $(VBOXWEB_WS_PERL) \ 373 373 $(VBOXWEB_PYTHONWSSAMPLE)\ 374 $(VBOXWEB_SHELLCOMMON) \375 374 $(VBOXWEB_JAXWSSAMPLE) \ 376 375 $(VBOXWEB_METRICSAMPLE) \ … … 390 389 samples/perl/clienttest.pl=>perl/samples/clienttest.pl \ 391 390 samples/python/Makefile=>python/samples/Makefile \ 392 samples/python/Makefile.glue=>python/lib/Makefile \ 393 $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/ws/vboxshell.py=>python/samples/vboxshell.py \ 394 $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/shellcommon.py=>python/samples/shellcommon.py 391 samples/python/Makefile.glue=>python/lib/Makefile 395 392 396 393 # -
trunk/src/VBox/Makefile.kmk
r18186 r19853 45 45 endif 46 46 include $(PATH_SUB_CURRENT)/Installer/Makefile.kmk 47 include $(PATH_SUB_CURRENT)/Frontends/Makefile.kmk 47 48 48 49 else -
trunk/src/libs/xpcom18a4/Makefile.kmk
r18893 r19853 1392 1392 endif 1393 1393 INSTALLS += VBoxPython-inst-py-xpcom 1394 INSTALLS += VBoxPython-inst-sample1395 1394 endif 1396 1395 … … 1469 1468 python/server/module.py=>server/module.py \ 1470 1469 python/server/policy.py=>server/policy.py 1471 1472 # Python Client Module - a sample script.1473 VBoxPython-inst-sample_INST = $(INST_SDK)bindings/xpcom/python/sample/1474 VBoxPython-inst-sample_SOURCES = \1475 $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/xpcom/vboxshell.py \1476 $(PATH_ROOT)/src/VBox/Frontends/VBoxShell/shellcommon.py1477 1470 1478 1471 #
Note:
See TracChangeset
for help on using the changeset viewer.