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
ee80cbb7
Kaydet (Commit)
ee80cbb7
authored
Eki 28, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
scp2: move base executables to AutoInstall
Change-Id: I772bbfc05d4f8fd38df7a75d3b0982c843be2524
üst
f3616065
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
17 deletions
+21
-17
Repository.mk
Repository.mk
+12
-2
AutoInstall.mk
scp2/AutoInstall.mk
+2
-1
InstallModule_base.mk
scp2/InstallModule_base.mk
+1
-0
file_base.scp
scp2/source/base/file_base.scp
+2
-11
folderitem_base.scp
scp2/source/base/folderitem_base.scp
+2
-2
module_base.scp
scp2/source/base/module_base.scp
+2
-1
No files found.
Repository.mk
Dosyayı görüntüle @
ee80cbb7
...
...
@@ -92,6 +92,18 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
) \
))
$(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
$(if $(filter WNT,$(OS)), \
sbase \
) \
))
$(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
$(if $(filter WNT,$(OS)), \
odbcconfig \
) \
))
$(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
gengal \
))
...
...
@@ -133,9 +145,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \
tiledrendering \
$(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), gtktiledviewer) \
$(if $(filter WNT,$(OS)), \
odbcconfig \
quickstart \
sbase \
scalc \
sdraw \
senddoc \
...
...
scp2/AutoInstall.mk
Dosyayı görüntüle @
ee80cbb7
...
...
@@ -12,7 +12,8 @@ $(eval $(call gb_AutoInstall_AutoInstall))
$(eval $(call gb_AutoInstall_add_module,activexbinarytable,LIBO_LIB_FILE_BINARYTABLE))
$(eval $(call gb_AutoInstall_add_module,activex,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,activexwin64,LIBO_LIB_FILE_COMPONENTCONDITION,,,"VersionNT64"))
$(eval $(call gb_AutoInstall_add_module,base,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,base,LIBO_LIB_FILE,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,base_brand,,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,brand,,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,calc,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,crashrep,,LIBO_EXECUTABLE))
...
...
scp2/InstallModule_base.mk
Dosyayı görüntüle @
ee80cbb7
...
...
@@ -11,6 +11,7 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/base))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/base,\
base \
base_brand \
postgresqlsdbc \
))
...
...
scp2/source/base/file_base.scp
Dosyayı görüntüle @
ee80cbb7
...
...
@@ -18,20 +18,11 @@
#include "macros.inc"
#if
ndef MACOSX
#if
!defined MACOSX && !defined WNT
File gid_File_Exe_Sbase
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = EXENAME(sbase);
Styles = (PACKED);
End
#endif
#if defined WNT
File gid_File_Exe_Odbcconfig
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = EXENAME(odbcconfig);
Name = "sbase";
Styles = (PACKED);
End
#endif
...
...
scp2/source/base/folderitem_base.scp
Dosyayı görüntüle @
ee80cbb7
...
...
@@ -23,8 +23,8 @@ FolderItem gid_Folderitem_Sbase
Name = "%PRODUCTNAME Base";
ModuleID = gid_Module_Prg_Base_Bin;
FolderID = gid_Folder_Staroffice51;
FileID =
gid_File_Exe_S
base;
IconFile =
gid_File_Exe_S
base;
FileID =
auto_base_brand_exe_s
base;
IconFile =
auto_base_brand_exe_s
base;
IconID = 0;
WkDir = gid_Brand_Dir_Program;
Parameter = "";
...
...
scp2/source/base/module_base.scp
Dosyayı görüntüle @
ee80cbb7
...
...
@@ -19,6 +19,7 @@
#include "macros.inc"
#include "AutoInstall/base"
#include "AutoInstall/base_brand"
Module gid_Module_Prg_Base
MOD_NAME_DESC(MODULE_PRG_BASE);
...
...
@@ -50,7 +51,7 @@ Module gid_Module_Brand_Prg_Base
Minimal = YES;
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (gid_File_Exe_Sbase);
Files = (
auto_base_brand_ALL,
gid_File_Exe_Sbase);
End
Module gid_Module_Langpack_Base_Template
...
...
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