Changeset 2456 in vbox for trunk/src/libs/xpcom18a4/Makefile.kmk
- Timestamp:
- May 3, 2007 12:57:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r2435 r2456 1301 1301 # generate build stamps 1302 1302 $(PATH_VBox-xpcom-nspr)/_pr_bld.h: 1303 $(call MSG_ L1,Generating$@)1303 $(call MSG_GENERATE,,$@) 1304 1304 $(QUIET)echo '#define _BUILD_STRING "$(shell date "+%Y-%m-%d %T")"' > $@ 1305 1305 1306 1306 $(PATH_VBox-xpcom-nspr)/_pl_bld.h: 1307 $(call MSG_ L1,Generating$@)1307 $(call MSG_GENERATE,,$@) 1308 1308 $(QUIET)echo '#define _BUILD_STRING "$(shell date "+%Y-%m-%d %T")"' > $@ 1309 1309 … … 1319 1319 $(addprefix $(VBOX_PATH_SDK)/include/,$(notdir $(subst .idl,.h,$(idl)))) \ 1320 1320 $(PATH_TARGET)/$(notdir $(subst .idl,.xpt,$(idl))): $(idl) | $(TARGET_xpidl) 1321 $$(call MSG_ L1,xpidl $$<)1321 $$(call MSG_TOOL,xpidl,XPCOM,$$<,$$@) 1322 1322 $$(QUIET)$(MKDIR) -p $(VBOX_PATH_SDK)/include $(VBOX_PATH_SDK)/idl 1323 1323 $$(QUIET)$$(TARGET_xpidl) -m header $(XPIDL_INCS) -e $$@ $$<
Note:
See TracChangeset
for help on using the changeset viewer.