Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4656a89b
Kaydet (Commit)
4656a89b
authored
May 07, 2013
tarafından
Marcos Paulo de Souza
Kaydeden (comit)
Matúš Kukan
May 07, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#60924 autoinstall - gbuild/scp2: add tde module
Change-Id: I4c13d1cd4b7490a0b4db8f0dd40d823a5906c8aa
üst
5736cbaa
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
2 deletions
+22
-2
Repository.mk
Repository.mk
+3
-0
AutoInstallLibs_tde.mk
scp2/AutoInstallLibs_tde.mk
+12
-0
InstallModule_tde.mk
scp2/InstallModule_tde.mk
+2
-0
Module_scp2.mk
scp2/Module_scp2.mk
+1
-0
module_tde.scp
scp2/source/tde/module_tde.scp
+3
-1
Helper.mk
solenv/gbuild/Helper.mk
+1
-1
No files found.
Repository.mk
Dosyayı görüntüle @
4656a89b
...
...
@@ -221,6 +221,9 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
endif
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,TDE, \
))
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,KDE, \
$(if $(ENABLE_KDE),kdebe1) \
$(if $(ENABLE_KDE4),kde4be1) \
...
...
scp2/AutoInstallLibs_tde.mk
0 → 100644
Dosyayı görüntüle @
4656a89b
# -*- 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,tde,TDE,LIBO_LIB_FILE,auto_Tde_Lib))
# vim: set noet sw=4 ts=4:
scp2/InstallModule_tde.mk
Dosyayı görüntüle @
4656a89b
...
...
@@ -9,6 +9,8 @@
$(eval $(call gb_InstallModule_InstallModule,scp2/tde))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/tde,tde))
$(eval $(call gb_InstallModule_define_if_set,scp2/tde,\
ENABLE_TDE \
ENABLE_TDEAB \
...
...
scp2/Module_scp2.mk
Dosyayı görüntüle @
4656a89b
...
...
@@ -10,6 +10,7 @@
$(eval $(call gb_Module_Module,scp2))
$(eval $(call gb_Module_add_targets,scp2,\
AutoInstallLibs_tde \
AutoInstallLibs_kde \
AutoInstallLibs_ooo \
AutoInstallLibs_ure \
...
...
scp2/source/tde/module_tde.scp
Dosyayı görüntüle @
4656a89b
...
...
@@ -24,6 +24,8 @@
#include "macros.inc"
#include "AutoInstallLibs/tde"
#if defined( ENABLE_TDE )
Module gid_Module_Optional_Tde
ParentID = gid_Module_Optional;
...
...
@@ -31,7 +33,7 @@ Module gid_Module_Optional_Tde
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_TDE);
Styles = ();
Files = (
Files = (
auto_Tde_Lib_ALL
#ifdef ENABLE_TDE
gid_File_Lib_Tdebe
#endif // ENABLE_TDE
...
...
solenv/gbuild/Helper.mk
Dosyayı görüntüle @
4656a89b
...
...
@@ -118,7 +118,7 @@ endef
define gb_Helper_init_registries
gb_Executable_VALIDGROUPS := UREBIN SDK OOO NONE
gb_Library_VALIDGROUPS := OOOLIBS PLAINLIBS_NONE PLAINLIBS_URE PLAINLIBS_OOO RTVERLIBS UNOLIBS_URE UNOVERLIBS EXTENSIONLIBS
gb_Library_VALIDINSTALLMODULES := KDE OOO URE WRITER
gb_Library_VALIDINSTALLMODULES :=
TDE
KDE OOO URE WRITER
gb_StaticLibrary_VALIDGROUPS := PLAINLIBS
gb_Jar_VALIDGROUPS := URE OOO OXT NONE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment