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
f049b83c
Kaydet (Commit)
f049b83c
authored
Eki 30, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
scp2: move WNT executables to AutoInstall
Change-Id: I3e541053faf956dc0cd2a3f068cd93b73fcaab6d
üst
58735f06
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
38 deletions
+17
-38
Repository.mk
Repository.mk
+9
-4
AutoInstall.mk
scp2/AutoInstall.mk
+1
-0
InstallModule_quickstart.mk
scp2/InstallModule_quickstart.mk
+4
-0
file_ooo.scp
scp2/source/ooo/file_ooo.scp
+0
-7
file_quickstart.scp
scp2/source/quickstart/file_quickstart.scp
+0
-26
module_quickstart.scp
scp2/source/quickstart/module_quickstart.scp
+3
-1
No files found.
Repository.mk
Dosyayı görüntüle @
f049b83c
...
@@ -141,7 +141,16 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
...
@@ -141,7 +141,16 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
$(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_TDE)),tdefilepicker) \
$(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_TDE)),tdefilepicker) \
$(if $(filter unx,$(GUIBASE)),uri-encode) \
$(if $(filter unx,$(GUIBASE)),uri-encode) \
ui-previewer \
ui-previewer \
$(if $(filter WNT,$(OS)), \
senddoc \
) \
))
ifeq ($(OS),WNT)
$(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
quickstart \
))
))
endif
ifneq ($(ENABLE_CRASHDUMP),)
ifneq ($(ENABLE_CRASHDUMP),)
$(eval $(call gb_Helper_register_executables_for_install,OOO,crashrep, \
$(eval $(call gb_Helper_register_executables_for_install,OOO,crashrep, \
...
@@ -178,10 +187,6 @@ $(eval $(call gb_Helper_register_executables,OOO, \
...
@@ -178,10 +187,6 @@ $(eval $(call gb_Helper_register_executables,OOO, \
vcldemo \
vcldemo \
tiledrendering \
tiledrendering \
$(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), gtktiledviewer) \
$(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), gtktiledviewer) \
$(if $(filter WNT,$(OS)), \
quickstart \
senddoc \
) \
))
))
$(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
$(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
...
...
scp2/AutoInstall.mk
Dosyayı görüntüle @
f049b83c
...
@@ -35,6 +35,7 @@ $(eval $(call gb_AutoInstall_add_module,ooobinarytable,LIBO_LIB_FILE_BINARYTABLE
...
@@ -35,6 +35,7 @@ $(eval $(call gb_AutoInstall_add_module,ooobinarytable,LIBO_LIB_FILE_BINARYTABLE
$(eval $(call gb_AutoInstall_add_module,python,LIBO_LIB_FILE,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,python,LIBO_LIB_FILE,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,postgresqlsdbc,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,postgresqlsdbc,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,pdfimport,LIBO_LIB_FILE,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,pdfimport,LIBO_LIB_FILE,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,quickstart,,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,reportbuilder,LIBO_LIB_FILE,,LIBO_JAR_FILE))
$(eval $(call gb_AutoInstall_add_module,reportbuilder,LIBO_LIB_FILE,,LIBO_JAR_FILE))
$(eval $(call gb_AutoInstall_add_module,sdk,,SDK_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,sdk,,SDK_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,tde,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,tde,LIBO_LIB_FILE))
...
...
scp2/InstallModule_quickstart.mk
Dosyayı görüntüle @
f049b83c
...
@@ -9,6 +9,10 @@
...
@@ -9,6 +9,10 @@
$(eval $(call gb_InstallModule_InstallModule,scp2/quickstart))
$(eval $(call gb_InstallModule_InstallModule,scp2/quickstart))
$(eval $(call gb_installmodule_use_auto_install_libs,scp2/quickstart,\
quickstart \
))
$(eval $(call gb_InstallModule_add_scpfiles,scp2/quickstart,\
$(eval $(call gb_InstallModule_add_scpfiles,scp2/quickstart,\
scp2/source/quickstart/file_quickstart \
scp2/source/quickstart/file_quickstart \
scp2/source/quickstart/registryitem_quickstart \
scp2/source/quickstart/registryitem_quickstart \
...
...
scp2/source/ooo/file_ooo.scp
Dosyayı görüntüle @
f049b83c
...
@@ -165,13 +165,6 @@ File gid_File_Bin_Senddoc
...
@@ -165,13 +165,6 @@ File gid_File_Bin_Senddoc
Name = "shell_senddoc.filelist";
Name = "shell_senddoc.filelist";
Styles = (FILELIST, PACKED);
Styles = (FILELIST, PACKED);
End
End
#elif defined WNT
File gid_File_Bin_Senddoc
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = "senddoc.exe";
Styles = (PACKED);
End
#endif
#endif
File gid_File_framework_dtd
File gid_File_framework_dtd
...
...
scp2/source/quickstart/file_quickstart.scp
deleted
100644 → 0
Dosyayı görüntüle @
58735f06
/*
* 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/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "macros.inc"
File gid_File_Exe_Quickstart
BIN_FILE_BODY;
Styles = (PACKED);
Dir = gid_Brand_Dir_Program;
Name = "quickstart.exe";
End
scp2/source/quickstart/module_quickstart.scp
Dosyayı görüntüle @
f049b83c
...
@@ -18,10 +18,12 @@
...
@@ -18,10 +18,12 @@
#include "macros.inc"
#include "macros.inc"
#include "AutoInstall/quickstart"
Module gid_Module_Optional_Quickstart
Module gid_Module_Optional_Quickstart
MOD_NAME_DESC ( MODULE_OPTIONAL_QUICKSTART );
MOD_NAME_DESC ( MODULE_OPTIONAL_QUICKSTART );
Sortkey = "1400";
Sortkey = "1400";
Default = YES;
Default = YES;
ParentID = gid_Module_Optional;
ParentID = gid_Module_Optional;
Files = (
gid_File_Exe_Quickstart
, gid_File_Tmp_Userinstall_Quickstart_Inf);
Files = (
auto_quickstart_ALL
, gid_File_Tmp_Userinstall_Quickstart_Inf);
End
End
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