Changeset 10201 in vbox
- Timestamp:
- Jul 4, 2008 4:46:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r10179 r10201 1543 1543 + $(PATH_TARGET)/$(notdir $(subst .idl,.xpt,$(idl))): \ 1544 1544 $(VBOX_PATH_XPCOM_SRC)/$(idl) \ 1545 | $$ (TARGET_xpidl)1545 | $$$$(TARGET_xpidl) 1546 1546 $$(call MSG_TOOL,xpidl,XPCOM,$$<,$$@) 1547 1547 $$(QUIET)$(MKDIR) -p $(VBOX_PATH_SDK)/include $(VBOX_PATH_SDK)/idl 1548 $$(QUIET)$$( VBOX_XPIDL) -m header $(XPIDL_INCS) -e $$@ $$<1549 $$(QUIET)$$( VBOX_XPIDL) -m typelib $(XPIDL_INCS) -e $(addprefix $(PATH_TARGET)/,$(notdir $(subst .idl,.xpt,$(idl)))) $$<1548 $$(QUIET)$$(TARGET_xpidl) -m header $(XPIDL_INCS) -e $$@ $$< 1549 $$(QUIET)$$(TARGET_xpidl) -m typelib $(XPIDL_INCS) -e $(addprefix $(PATH_TARGET)/,$(notdir $(subst .idl,.xpt,$(idl)))) $$< 1550 1550 $$(QUIET)$(CP) $$< $$(VBOX_PATH_SDK)/idl 1551 1551 endef … … 1559 1559 $(QUIET)$(ECHO_EXT) > $@ 1560 1560 1561 # Make sure main doesn't start using xpidl before we're done with the idl files here. 1562 $(VBOX_XPIDL): $$(PATH_VBox-xpcom-string)/idl_ts 1563 1561 1564 # Manual dependency... 1562 1565 xpcom/string/src/nsAString.cpp: $(PATH_VBox-xpcom-string)/idl_ts
Note:
See TracChangeset
for help on using the changeset viewer.