Changeset 59485 in vbox for trunk/src/VBox
- Timestamp:
- Jan 26, 2016 6:33:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r58240 r59485 529 529 # 530 530 VBOXWEB_GLUE_PYTHON = $(VBOX_PATH_SDK)/bindings/webservice/python/lib/VirtualBox_wrappers.py 531 VBOXWEB_WS_PYTHON = $(VBOX_PATH_SDK)/bindings/webservice/python/lib/VirtualBox_serv er.py531 VBOXWEB_WS_PYTHON = $(VBOX_PATH_SDK)/bindings/webservice/python/lib/VirtualBox_services.py 532 532 VBOXWEB_WS_PERL = $(VBOX_PATH_SDK)/bindings/webservice/perl/lib/vboxService.pm 533 533 VBOXWEB_WS_PHP = $(VBOX_PATH_SDK)/bindings/webservice/php/lib/vboxServiceWrappers.php … … 621 621 # Try both w/o and with --file option 622 622 $(QUIET)$(REDIRECT) -C $(@D) -- $(SHELL) -c "$(VBOX_WSDL2PY) -b $(VBOXWEBSERVICE_WSDL) || $(VBOX_WSDL2PY) -b --file $(VBOXWEBSERVICE_WSDL)" 623 # Note: the previous command (depending on the version) may or may not create 624 # $@, but the Python webservice bindings in the SDK depend on its presence. 623 625 $(QUIET)$(APPEND) $@ '' 624 626
Note:
See TracChangeset
for help on using the changeset viewer.