Changeset 29075 in vbox for trunk/src/libs/xpcom18a4/Makefile.kmk
- Timestamp:
- May 5, 2010 12:59:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r29066 r29075 1297 1297 1298 1298 OTHER_CLEAN += \ 1299 $(PATH_ VBox-xpcom-string)/idl_ts\1299 $(PATH_TARGET)/VBox-xpcom-idl-timestamp \ 1300 1300 $(addprefix $(VBOX_PATH_SDK)/bindings/xpcom/include,$(notdir $(subst .idl,.h,$(XPCOM_IDLFILES)))) \ 1301 1301 $(addprefix $(VBOX_PATH_SDK)/bindings/xpcom/include,$(notdir $(subst .idl,.xpt,$(XPCOM_IDLFILES)))) \ … … 1441 1441 1442 1442 # dummy target. 1443 $(PATH_ VBox-xpcom-string)/idl_ts: $$(addprefix $$(VBOX_PATH_SDK)/bindings/xpcom/include/,$$(notdir $$(subst .idl,.h,$$(XPCOM_IDLFILES))))1443 $(PATH_TARGET)/VBox-xpcom-idl-timestamp: $$(addprefix $$(VBOX_PATH_SDK)/bindings/xpcom/include/,$$(notdir $$(subst .idl,.h,$$(XPCOM_IDLFILES)))) 1444 1444 $(call MSG_L1,IDL processing completed.) 1445 1445 $(QUIET)$(MKDIR) -p $(dir $@) … … 1452 1452 # INSTARGET_xpidl which is the one in bin/. 1453 1453 # 1454 $(VBOX_XPIDL): $ $(PATH_VBox-xpcom-string)/idl_ts1454 $(VBOX_XPIDL): $(PATH_TARGET)/VBox-xpcom-idl-timestamp 1455 1455 1456 1456
Note:
See TracChangeset
for help on using the changeset viewer.