Changeset 17738 in vbox
- Timestamp:
- Mar 12, 2009 12:23:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r17717 r17738 121 121 VBOX_SOAPCPP2 := $(VBOX_PATH_GSOAP_BIN)/soapcpp2$(HOSTSUFF_EXE) 122 122 VBOX_WSDL2H := $(VBOX_PATH_GSOAP_BIN)/wsdl2h$(HOSTSUFF_EXE) 123 VBOX_STUBMAKER := $(firstword $(which stubmaker stubmaker.pl)) 124 VBOX_WSDL2PY := $(firstword $(which wsdl2py)) 123 125 124 126 VBOX_PATH_GSOAP_IMPORT := $(strip $(if $(VBOX_PATH_GSOAP_IMPORT),$(VBOX_PATH_GSOAP_IMPORT),$(VBOX_PATH_GSOAP)/import)) … … 443 445 $(call MSG_GENERATE,,$@, WS Python bindings) 444 446 $(QUIET)$(MKDIR) -p $(@D) 445 $(QUIET)$(REDIRECT) -C $(@D) -- wsdl2py-b --file $(VBOXWEBSERVICE_WSDL)447 $(QUIET)$(REDIRECT) -C $(@D) -- $(VBOX_WSDL2PY) -b --file $(VBOXWEBSERVICE_WSDL) 446 448 $(QUIET)$(APPEND) $@ '' 447 449 … … 449 451 $(call MSG_GENERATE,,$@, WS Perl bindings) 450 452 $(QUIET)$(MKDIR) -p $(@D) 451 $(QUIET)$(REDIRECT) -C $(@D) -- stubmakerfile://$(VBOXWEBSERVICE_WSDL)453 $(QUIET)$(REDIRECT) -C $(@D) -- $(VBOX_STUBMAKER) file://$(VBOXWEBSERVICE_WSDL) 452 454 # Ugly, ugly, ugly, make me right once 453 455 $(QUIET)perl -ne "s#http://www.virtualbox.org/Service#http://www.virtualbox.org/#; print" < $(VBOXWEB_WS_PERL) > $(VBOXWEB_WS_PERL).tmp
Note:
See TracChangeset
for help on using the changeset viewer.