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
534b3bcc
Kaydet (Commit)
534b3bcc
authored
Agu 19, 2011
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix i18npool build on Windows.
üst
83487327
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
51 additions
and
2 deletions
+51
-2
RepositoryExternal.mk
RepositoryExternal.mk
+25
-0
RepositoryFixes.mk
RepositoryFixes.mk
+2
-1
Executable_gencoll_rule.mk
i18npool/Executable_gencoll_rule.mk
+8
-0
Executable_genindex_data.mk
i18npool/Executable_genindex_data.mk
+8
-0
Library_i18npool.mk
i18npool/Library_i18npool.mk
+7
-0
Makefile
i18npool/source/collator/Makefile
+1
-1
No files found.
RepositoryExternal.mk
Dosyayı görüntüle @
534b3bcc
...
@@ -372,6 +372,29 @@ endef
...
@@ -372,6 +372,29 @@ endef
else # !SYSTEM_ICU
else # !SYSTEM_ICU
# icudata and icui18n is called icudt and icuin on Windows :-(
ifeq ($(OS),WNT)
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
icudt \
icuin \
icule \
icutu \
icuuc \
))
define gb_LinkTarget__use_icudt
$(call gb_LinkTarget_add_linked_libs,$(1),\
icudt \
)
endef
define gb_LinkTarget__use_icuin
$(call gb_LinkTarget_add_linked_libs,$(1),\
icuin \
)
endef
else
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
icudata \
icudata \
icui18n \
icui18n \
...
@@ -392,6 +415,8 @@ $(call gb_LinkTarget_add_linked_libs,$(1),\
...
@@ -392,6 +415,8 @@ $(call gb_LinkTarget_add_linked_libs,$(1),\
)
)
endef
endef
endif
define gb_LinkTarget__use_icule
define gb_LinkTarget__use_icule
$(call gb_LinkTarget_add_linked_libs,$(1),\
$(call gb_LinkTarget_add_linked_libs,$(1),\
icule \
icule \
...
...
RepositoryFixes.mk
Dosyayı görüntüle @
534b3bcc
...
@@ -123,8 +123,9 @@ gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dl
...
@@ -123,8 +123,9 @@ gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dl
# change the names of all import libraries that don't have an "i" prefix as in our standard naming schema
# change the names of all import libraries that don't have an "i" prefix as in our standard naming schema
gb_Library_NOILIBFILENAMES := $(gb_Library_PLAINLIBS_NONE)
gb_Library_NOILIBFILENAMES := $(gb_Library_PLAINLIBS_NONE)
gb_Library_NOILIBFILENAMES +=
icule icuuc
\
gb_Library_NOILIBFILENAMES += \
graphite2_off \
graphite2_off \
icudt icuin icule icuuc \
msvcprt \
msvcprt \
nspr4 \
nspr4 \
nss3 \
nss3 \
...
...
i18npool/Executable_gencoll_rule.mk
Dosyayı görüntüle @
534b3bcc
...
@@ -41,11 +41,19 @@ $(eval $(call gb_Executable_add_linked_libs,gencoll_rule,\
...
@@ -41,11 +41,19 @@ $(eval $(call gb_Executable_add_linked_libs,gencoll_rule,\
$(gb_STDLIBS) \
$(gb_STDLIBS) \
))
))
ifeq ($(OS),WNT)
$(eval $(call gb_Executable_use_externals,gencoll_rule,\
icudt \
icuin \
icuuc \
))
else
$(eval $(call gb_Executable_use_externals,gencoll_rule,\
$(eval $(call gb_Executable_use_externals,gencoll_rule,\
icudata \
icudata \
icui18n \
icui18n \
icuuc \
icuuc \
))
))
endif
$(eval $(call gb_Executable_add_exception_objects,gencoll_rule,\
$(eval $(call gb_Executable_add_exception_objects,gencoll_rule,\
i18npool/source/collator/gencoll_rule \
i18npool/source/collator/gencoll_rule \
...
...
i18npool/Executable_genindex_data.mk
Dosyayı görüntüle @
534b3bcc
...
@@ -40,11 +40,19 @@ $(eval $(call gb_Executable_add_linked_libs,genindex_data,\
...
@@ -40,11 +40,19 @@ $(eval $(call gb_Executable_add_linked_libs,genindex_data,\
$(gb_STDLIBS) \
$(gb_STDLIBS) \
))
))
ifeq ($(OS),WNT)
$(eval $(call gb_Executable_use_externals,gencoll_rule,\
icudt \
icuin \
icuuc \
))
else
$(eval $(call gb_Executable_use_externals,genindex_data,\
$(eval $(call gb_Executable_use_externals,genindex_data,\
icudata \
icudata \
icui18n \
icui18n \
icuuc \
icuuc \
))
))
endif
$(eval $(call gb_Executable_add_exception_objects,genindex_data,\
$(eval $(call gb_Executable_add_exception_objects,genindex_data,\
i18npool/source/indexentry/genindex_data \
i18npool/source/indexentry/genindex_data \
...
...
i18npool/Library_i18npool.mk
Dosyayı görüntüle @
534b3bcc
...
@@ -56,10 +56,17 @@ $(eval $(call gb_Library_add_linked_libs,i18npool,\
...
@@ -56,10 +56,17 @@ $(eval $(call gb_Library_add_linked_libs,i18npool,\
$(gb_STDLIBS) \
$(gb_STDLIBS) \
))
))
ifeq ($(OS),WNT)
$(eval $(call gb_Library_use_externals,i18npool,\
icuin \
icuuc \
))
else
$(eval $(call gb_Library_use_externals,i18npool,\
$(eval $(call gb_Library_use_externals,i18npool,\
icui18n \
icui18n \
icuuc \
icuuc \
))
))
endif
$(eval $(call gb_Library_add_exception_objects,i18npool,\
$(eval $(call gb_Library_add_exception_objects,i18npool,\
i18npool/source/breakiterator/breakiterator_cjk \
i18npool/source/breakiterator/breakiterator_cjk \
...
...
i18npool/source/collator/Makefile
Dosyayı görüntüle @
534b3bcc
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
# instead of those above.
txtlist
:=
$
(
wildcard
$(
SRC_ROOT)
/i18npool/source/collator/data
/
*
.txt
)
txtlist
:=
$
(
wildcard
$
(
realpath
$(SRC_ROOT)
/i18npool/source/collator/data
)
/
*
.txt
)
all
:
lrl_include.hxx $(patsubst %.txt
,
collator_%.cxx
,
$(notdir $(txtlist)))
all
:
lrl_include.hxx $(patsubst %.txt
,
collator_%.cxx
,
$(notdir $(txtlist)))
...
...
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