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
e52886be
Kaydet (Commit)
e52886be
authored
May 06, 2013
tarafından
Petr Mladek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[mono] allow to use the prebuilt ure types
Change-Id: If931617e648310aef4ecb41030ec5d17ebcbf3ce
üst
975bb6ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
59 additions
and
1 deletion
+59
-1
CustomTarget_cli_uretypes.mk
cli_ure/CustomTarget_cli_uretypes.mk
+34
-0
Module_cli_ure.mk
cli_ure/Module_cli_ure.mk
+7
-1
Package_cli_uretypes.mk
cli_ure/Package_cli_uretypes.mk
+18
-0
No files found.
cli_ure/CustomTarget_cli_uretypes.mk
0 → 100644
Dosyayı görüntüle @
e52886be
# -*- 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/.
#
include $(SRCDIR)/cli_ure/version/version.txt
$(eval $(call gb_CustomTarget_CustomTarget,cli_ure/unotypes))
cli_uretypes_CLIDIR := $(call gb_CustomTarget_get_workdir,cli_ure/unotypes)
$(call gb_CustomTarget_get_target,cli_ure/unotypes) : \
$(cli_uretypes_CLIDIR)/cli_uretypes.dll \
$(cli_uretypes_CLIDIR)/cli_uretypes.config \
$(cli_uretypes_CLIDIR)/$(CLI_URETYPES_POLICY_ASSEMBLY).dll
$(cli_uretypes_CLIDIR)/cli_uretypes.dll : $(OUTDIR)/inc/external/cli/cli_uretypes.dll
mkdir -p $(@D)
$(GNUCOPY) $? $@
$(cli_uretypes_CLIDIR)/cli_uretypes.config : $(OUTDIR)/inc/external/cli/cli_uretypes.config
mkdir -p $(@D)
$(GNUCOPY) $? $@
$(cli_uretypes_CLIDIR)/$(CLI_URETYPES_POLICY_ASSEMBLY).dll : $(OUTDIR)/inc/external/cli/$(CLI_URETYPES_POLICY_ASSEMBLY).dll
mkdir -p $(@D)
$(GNUCOPY) $< $@
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
cli_ure/Module_cli_ure.mk
Dosyayı görüntüle @
e52886be
...
...
@@ -18,7 +18,6 @@ ifeq ($(BUILD_CLI),YES)
$(eval $(call gb_Module_add_targets,cli_ure,\
CliLibrary_cli_basetypes \
CliLibrary_cli_ure \
CliUnoApi_cli_uretypes \
CustomTarget_cli_ure_assemblies \
Package_config \
))
...
...
@@ -28,6 +27,7 @@ ifeq ($(COM),MSC)
# Original implementation for Windows
$(eval $(call gb_Module_add_targets,cli_ure,\
CliNativeLibrary_cli_cppuhelper \
CliUnoApi_cli_uretypes \
Executable_climaker \
Library_cli_cppuhelper_native \
Library_cli_uno \
...
...
@@ -47,9 +47,15 @@ $(eval $(call gb_Module_add_targets,cli_ure,\
ifeq ($(ENABLE_MONO_CLIMAKER),YES)
$(eval $(call gb_Module_add_targets,cli_ure,\
CliUnoApi_cli_uretypes \
Executable_climaker_mono \
Library_climaker \
))
else
$(eval $(call gb_Module_add_targets,cli_ure,\
CustomTarget_cli_uretypes \
Package_cli_uretypes \
))
endif
endif
...
...
cli_ure/Package_cli_uretypes.mk
0 → 100644
Dosyayı görüntüle @
e52886be
# -*- 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/.
#
include $(SRCDIR)/cli_ure/version/version.txt
$(eval $(call gb_Package_Package,cli_ure_unotypes,$(WORKDIR)/CustomTarget/cli_ure/unotypes))
$(eval $(call gb_Package_add_file,cli_ure_unotypes,bin/cli_uretypes.config,cli_uretypes.config))
$(eval $(call gb_Package_add_file,cli_ure_unotypes,bin/cli_uretypes.dll,cli_uretypes.dll))
$(eval $(call gb_Package_add_file,cli_ure_unotypes,bin/$(CLI_URETYPES_POLICY_ASSEMBLY).dll,$(CLI_URETYPES_POLICY_ASSEMBLY).dll))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
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