diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-12 11:21:10 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-15 13:42:36 +0200 |
commit | 8008b66bf6fc7444fd889308e58870137f16f8d2 (patch) | |
tree | 4b34ea60143c8f6b096af032234597a5565d3a32 /scp2 | |
parent | fac06b7a925f6d74a877307fc91f54fc50f5d064 (diff) |
fdo#60924 autoinstall: add writer section; also add more libs
Change-Id: I765e36aa95d0bcfb62b696d5db1fb151ba33da2c
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/AutoInstallLibs_writer.mk | 12 | ||||
-rw-r--r-- | scp2/InstallModule_writer.mk | 2 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 3 | ||||
-rw-r--r-- | scp2/source/writer/file_writer.scp | 4 | ||||
-rw-r--r-- | scp2/source/writer/module_writer.scp | 11 |
5 files changed, 17 insertions, 15 deletions
diff --git a/scp2/AutoInstallLibs_writer.mk b/scp2/AutoInstallLibs_writer.mk new file mode 100644 index 000000000000..68bd7a4f3db5 --- /dev/null +++ b/scp2/AutoInstallLibs_writer.mk @@ -0,0 +1,12 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_AutoInstallLibs_AutoInstallLibs,writer,WRITER,LIBO_LIB_FILE,auto_Writer_Lib)) + +# vim: set noet sw=4 ts=4: diff --git a/scp2/InstallModule_writer.mk b/scp2/InstallModule_writer.mk index 7306f8c617d7..072fb17b6bc0 100644 --- a/scp2/InstallModule_writer.mk +++ b/scp2/InstallModule_writer.mk @@ -27,6 +27,8 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/writer)) +$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/writer,writer)) + $(eval $(call gb_InstallModule_add_templates,scp2/writer,\ scp2/source/templates/module_langpack_writer \ )) diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index edb44674d174..604bcca44abf 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1114,9 +1114,6 @@ STD_LIB_FILE( gid_File_Lib_Editeng, editeng) STD_LIB_FILE( gid_File_Lib_Msfilter, msfilter) STD_LIB_FILE( gid_File_Lib_Sw , sw) -STD_LIB_FILE( gid_File_Lib_Swui, swui) - -STD_LIB_FILE( gid_File_Lib_Msword, msword ) #if ! defined UNX File gid_File_Lib_Sysdtrans diff --git a/scp2/source/writer/file_writer.scp b/scp2/source/writer/file_writer.scp index a7cd9edd7066..19e4efa3703d 100644 --- a/scp2/source/writer/file_writer.scp +++ b/scp2/source/writer/file_writer.scp @@ -27,10 +27,6 @@ #include "macros.inc" -STD_LIB_FILE(gid_File_Lib_Swd, swd) - -STD_LIB_FILE(gid_File_Lib_Hwpreader, hwp) - File gid_File_Exe_Swriter BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; diff --git a/scp2/source/writer/module_writer.scp b/scp2/source/writer/module_writer.scp index 8aafb19a71b6..1efaec28a021 100644 --- a/scp2/source/writer/module_writer.scp +++ b/scp2/source/writer/module_writer.scp @@ -27,6 +27,8 @@ #include "macros.inc" +#include "AutoInstallLibs/writer" + Module gid_Module_Prg_Wrt MOD_NAME_DESC(MODULE_PRG_WRT); ParentID = gid_Module_Prg; @@ -44,15 +46,8 @@ Module gid_Module_Prg_Wrt_Bin Styles = (HIDDEN_ROOT); Files = (gid_File_Bin_Cde_Sagenda,gid_File_Bin_Cde_Sfax,gid_File_Bin_Cde_Slabel, gid_File_Bin_Cde_Sletter,gid_File_Bin_Cde_Smemo,gid_File_Bin_Cde_Svcard, - gid_File_Lib_Hwpreader, - gid_File_Lib_Swd, - gid_File_Lib_Swui, - gid_File_Lib_Msword, - auto_File_Lib_wpftwriter, - auto_File_Lib_t602filter, + auto_Writer_Lib_ALL, gid_File_Lib_Vbaswobj, - auto_File_Lib_writerfilter, - auto_File_Lib_lwpft, gid_File_Jar_Email, gid_File_Jar_Mail, gid_File_Jar_Activation, |