- Timestamp:
- Aug 29, 2008 3:42:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r11831 r11833 334 334 $(APPEND) $@ _NSGetModule 335 335 endif 336 VBoxSVCM_INTERMEDIATES = $(IDLHEADER)336 VBoxSVCM_INTERMEDIATES += $(IDLHEADER.XPCOM) 337 337 338 338 endif # VBOX_WITH_XPCOM … … 570 570 571 571 ## @todo this hack ain't cutting it any longer. (the file name is abspath'ed since ages now.) 572 xpcom/helpers.cpp: $(IDLTYPELIB )573 574 $(IDLFILE.XPCOM): $(VBOX_PATH_MAIN_SRC)/idl/xpidl.xsl $(XIDLFILE) | $(call DIRDEP,$(dir $(IDLFILE )))572 xpcom/helpers.cpp: $(IDLTYPELIB.XPCOM) 573 574 $(IDLFILE.XPCOM): $(VBOX_PATH_MAIN_SRC)/idl/xpidl.xsl $(XIDLFILE) | $(call DIRDEP,$(dir $(IDLFILE.XPCOM))) 575 575 $(call MSG_TOOL,xsltproc,VBoxSVC,$<,$@) 576 $(QUIET)$(MKDIR) -p $(VBOX_PATH_SDK)/bindings/xpcom/idl577 576 $(QUIET)$(VBOX_XSLTPROC) -o $@ $^ 578 577 579 $(IDLTYPELIB.XPCOM): $(IDLFILE.XPCOM) | $(call DIRDEP,$(dir $(IDLTYPELIB ))) $(VBOX_XPIDL)578 $(IDLTYPELIB.XPCOM): $(IDLFILE.XPCOM) | $(call DIRDEP,$(dir $(IDLTYPELIB.XPCOM))) $(VBOX_XPIDL) 580 579 $(call MSG_TOOL,xpidl,VBoxSVC,$<,$@) 581 580 $(QUIET)$(VBOX_XPIDL) -m typelib -I $(VBOX_PATH_XPCOM_IDL) -e $@ $< … … 583 582 ## @todo ^^^^^^^^^^^^ fix horrible hack 584 583 585 $(IDLHEADER.XPCOM): $(IDLFILE.XPCOM) | $(call DIRDEP,$(dir $(IDLHEADER ))) $(VBOX_XPIDL)584 $(IDLHEADER.XPCOM): $(IDLFILE.XPCOM) | $(call DIRDEP,$(dir $(IDLHEADER.XPCOM))) $(VBOX_XPIDL) 586 585 $(call MSG_TOOL,xpidl,VBoxSVC,$<,$@) 587 586 $(QUIET)$(VBOX_XPIDL) -m header -I $(VBOX_PATH_XPCOM_IDL) -e $@ $< … … 656 655 ifdef VBOX_WITH_XPCOM 657 656 658 testidl: $(IDLFILE ) $(IDLTYPELIB)659 testidlhdr: $(IDLHEADER )657 testidl: $(IDLFILE.XPCOM) $(IDLTYPELIB.XPCOM) 658 testidlhdr: $(IDLHEADER.XPCOM) 660 659 661 660 else 662 661 663 testidl: $(IDLFILE) $( PATH_VBoxCOM)/VirtualBox_i.c662 testidl: $(IDLFILE) $(IDLFILE.MSCOM) $(PATH_VBoxCOM)/VirtualBox_i.c 664 663 665 664 endif
Note:
See TracChangeset
for help on using the changeset viewer.