Changeset 599 in vbox
- Timestamp:
- Feb 4, 2007 6:30:58 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r589 r599 88 88 # -Wl,--whole-archive,--no-allow-shlib-undefined 89 89 TEMPLATE_XPCOM_LIBS.l4 = $(VBOX_GCC_LIBGCC) 90 TEMPLATE_XPCOM_ORDERDEPS = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst))) 90 TEMPLATE_XPCOM_ORDERDEPS = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst))) \ 91 $(PATH_VBox-xpcom-string)/idl_ts 91 92 92 93 … … 142 143 $(PATH_BIN)/sdk/include/xpcom/xpcom \ 143 144 $(PATH_BIN)/sdk/include/xpcom/ipcd 144 TEMPLATE_XPCOMBLDPROG_ORDERDEPS = $( TEMPLATE_XPCOM_ORDERDEPS)145 TEMPLATE_XPCOMBLDPROG_ORDERDEPS = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst))) 145 146 146 147 … … 1280 1281 1281 1282 # combined typelib library 1282 $(PATH_BIN)/VBoxXPCOMBase.xpt: $(XPTFILES) 1283 $(PATH_BIN)/VBoxXPCOMBase.xpt: $(XPTFILES) | $(TARGET_xp_link) 1283 1284 $(call MSG_L1,Linking $@) 1284 1285 $(QUIET)$(TARGET_xpt_link) $@ $^ … … 1303 1304 define def_IDL 1304 1305 $(addprefix $(PATH_BIN)/sdk/include/,$(notdir $(subst .idl,.h,$(idl)))) \ 1305 $(PATH_TARGET)/$(notdir $(subst .idl,.xpt,$(idl))): $(idl) 1306 $(PATH_TARGET)/$(notdir $(subst .idl,.xpt,$(idl))): $(idl) | $(TARGET_xpidl) 1306 1307 $$(call MSG_L1,xpidl $$<) 1307 1308 $$(QUIET)$(MKDIR) -p $(PATH_BIN)/sdk/include $(PATH_BIN)/sdk/idl … … 1322 1323 xpcom/string/src/nsAString.cpp: $(PATH_VBox-xpcom-string)/idl_ts 1323 1324 1324 #/home/bird/pdp8/coding/vbox/svn/trunk/out/linux.x86/release/obj/src/libs/xpcom18a4/VBoxXPCOMGlue/xpcom/glue/nsMemory.o
Note:
See TracChangeset
for help on using the changeset viewer.