VirtualBox

Changeset 42540 in vbox


Ignore:
Timestamp:
Aug 2, 2012 1:50:52 PM (12 years ago)
Author:
vboxsync
Message:

webservice/Makefile.kmk: use the .xidl with documentation removed as the source for generating most code. limits the amount of unnecessary recompilation with incremental builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r42288 r42540  
    163163# the original XIDL file (has to include documentation as we need it):
    164164VBOXWEB_IDL_SRC_ORIG          := $(VBOX_XIDL_FILE_SRC)
    165 # platform-specific XIDL file generated from $(VBOXWEB_IDL_SRC):
     165# the original XIDL file without documentation
     166VBOXWEB_IDL_SRC_STRIPPED      := $(VBOX_XIDL_FILE)
     167# platform-specific XIDL file generated from $(VBOXWEB_IDL_SRC_STRIPPED):
    166168VBOXWEB_IDL_SRC               := $(VBOXWEB_OUT_DIR)/VirtualBox.xidl
    167169
     
    552554
    553555# 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 $$@)
    555557        $(call MSG_GENERATE,,$@,$(VBOXWEB_IDL_SRC) using platform-xidl.xsl)
    556558        $(QUIET)$(RM) -f -- $@
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette