Changeset 12959 in vbox for trunk/src/libs
- Timestamp:
- Oct 2, 2008 8:57:03 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r12958 r12959 1738 1738 $(call MSG_L1,IDL processing completed.) 1739 1739 $(QUIET)$(MKDIR) -p $(dir $@) 1740 $(QUIET)$(ECHO_EXT) > $@ 1741 1742 # Make sure main doesn't start using xpidl before we're done with the idl files here. 1740 $(QUIET)$(APPEND) -t $@ 1741 1742 # 1743 # HACK ALERT! Make sure main doesn't start using xpidl before we're done 1744 # with the idl files here. The trick here is that we're using TARGET_xpidl, 1745 # i.e. the copy residing in obj/, while VBOX_XPIDL is pointing to 1746 # INSTARGET_xpidl which is the one in bin/. 1747 # 1743 1748 $(VBOX_XPIDL): $$(PATH_VBox-xpcom-string)/idl_ts 1744 1749
Note:
See TracChangeset
for help on using the changeset viewer.