Changeset 58239 in vbox
- Timestamp:
- Oct 14, 2015 1:37:52 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103406
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r57488 r58239 698 698 $(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/*.req.xml $(VBOXWEB_OUT_DIR)/*.res.xml $(PATH_TARGET_SOAPDEMOXML)/ 699 699 endif 700 $(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/soapvbox*.h $(PATH_TARGET_SOAPDEMOHEADERS)/ 700 # GSOAP versions 2.8 and later do not generate these files any more. 701 # Ignoring the exit code is the simple solution, sometimes giving an error. 702 -$(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/soapvbox*.h $(PATH_TARGET_SOAPDEMOHEADERS)/ 701 703 $(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/vboxBinding.nsmap $(PATH_TARGET_SOAPDEMONSMAPS)/ 702 704 $(APPEND) $@ done
Note:
See TracChangeset
for help on using the changeset viewer.