Changeset 42540 in vbox
- Timestamp:
- Aug 2, 2012 1:50:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r42288 r42540 163 163 # the original XIDL file (has to include documentation as we need it): 164 164 VBOXWEB_IDL_SRC_ORIG := $(VBOX_XIDL_FILE_SRC) 165 # platform-specific XIDL file generated from $(VBOXWEB_IDL_SRC): 165 # the original XIDL file without documentation 166 VBOXWEB_IDL_SRC_STRIPPED := $(VBOX_XIDL_FILE) 167 # platform-specific XIDL file generated from $(VBOXWEB_IDL_SRC_STRIPPED): 166 168 VBOXWEB_IDL_SRC := $(VBOXWEB_OUT_DIR)/VirtualBox.xidl 167 169 … … 552 554 553 555 # generate platform-specific XIDL file from original XIDL file 554 $(VBOXWEB_IDL_SRC): $(VBOXWEB_IDL_SRC_ ORIG) $(VBOX_PATH_WEBSERVICE)/platform-xidl.xsl | $$(dir $$@)556 $(VBOXWEB_IDL_SRC): $(VBOXWEB_IDL_SRC_STRIPPED) $(VBOX_PATH_WEBSERVICE)/platform-xidl.xsl | $$(dir $$@) 555 557 $(call MSG_GENERATE,,$@,$(VBOXWEB_IDL_SRC) using platform-xidl.xsl) 556 558 $(QUIET)$(RM) -f -- $@
Note:
See TracChangeset
for help on using the changeset viewer.