shell/CustomTarget_x64.mk | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-)
New commits: commit 76804ffd5546261ac895ff32ab02e36383304d37 Author: David Tardon <[email protected]> Date: Tue May 29 17:38:54 2012 +0200 copy header files too Change-Id: I5b3e1cd3a44d8f5ea11b3456516258564899c3f6 diff --git a/shell/CustomTarget_x64.mk b/shell/CustomTarget_x64.mk index e1e5f68..5139482 100644 --- a/shell/CustomTarget_x64.mk +++ b/shell/CustomTarget_x64.mk @@ -62,9 +62,24 @@ SHELL_PROPERTYHDL_FILES := \ SHELL_XMLPARSER_FILES := \ all/xml_parser +SHELL_HEADERS := \ + win32/ooofilereader/autostyletag \ + win32/ooofilereader/dummytag \ + win32/ooofilereader/itag \ + win32/ooofilereader/keywordstag \ + win32/ooofilereader/simpletag \ + win32/shlxthandler/classfactory \ + win32/shlxthandler/ooofilt/ooofilt \ + win32/shlxthandler/ooofilt/propspec \ + win32/shlxthandler/propsheets/document_statistic \ + win32/shlxthandler/propsheets/listviewbuilder \ + win32/zipfile/zipexcptn + $(call gb_CustomTarget_get_target,shell/source) : \ $(foreach source,$(SHELL_SHLXTHANDLER_COMMON_FILES) $(SHELL_SHLXTHDL_FILES) $(SHELL_OOOFILT_FILES) $(SHELL_PROPERTYHDL_FILES) $(SHELL_XMLPARSER_FILES),\ - $(call gb_CustomTarget_get_workdir,shell/source)/$(source).cxx) + $(call gb_CustomTarget_get_workdir,shell/source)/$(source).cxx) \ + $(foreach header,$(SHELL_HEADERS),\ + $(call gb_CustomTarget_get_workdir,shell/source)/$(header).hxx) $(call gb_CustomTarget_get_workdir,shell/source)/% : $(SRCDIR)/shell/source/% mkdir -p $(dir $@) && $(call gb_Deliver_deliver,$<,$@) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
