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
921f31fb
Kaydet (Commit)
921f31fb
authored
Kas 28, 2012
tarafından
Peter Foley
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add python3 to tail_build
Change-Id: I01c3d280b4ff05ddbce77343ced6934b26bd3ceb
üst
ec6af419
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
Module_tail_build.mk
Module_tail_build.mk
+1
-0
RepositoryExternal.mk
RepositoryExternal.mk
+1
-0
CustomTarget_zipcore.mk
pyuno/CustomTarget_zipcore.mk
+2
-1
build.lst
tail_build/prj/build.lst
+1
-1
No files found.
Module_tail_build.mk
Dosyayı görüntüle @
921f31fb
...
...
@@ -131,6 +131,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
padmin
\
$(
call
gb_Helper_optional
,
POSTGRESQL
,
postgresql
)
\
psprint_config
\
$(
call
gb_Helper_optional
,
PYTHON
,
python3
)
\
$(
call
gb_Helper_optional
,
PYUNO
,
pyuno
)
\
$(
call
gb_Helper_optional
,
QADEVOOO
,
qadevOOo
)
\
readlicense_oo
\
...
...
RepositoryExternal.mk
Dosyayı görüntüle @
921f31fb
...
...
@@ -1967,6 +1967,7 @@ endef
else # !SYSTEM_PYTHON
define gb_LinkTarget__use_python_headers
$(call gb_LinkTarget_use_package,$(1),python3)
$(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,python3) \
-I$(call gb_UnpackedTarball_get_dir,python3)/PC \
...
...
pyuno/CustomTarget_zipcore.mk
Dosyayı görüntüle @
921f31fb
...
...
@@ -49,7 +49,8 @@ pyuno_zipcore_FINDLIBFILES:=\
# create zip archive
$(call gb_CustomTarget_get_workdir,pyuno/zipcore)/$(pyuno_PYTHON_ARCHIVE_NAME) : $(pyuno_zipcore_FINDLIBFILES) | \
$(call gb_CustomTarget_get_workdir,pyuno/zipcore)/.dir
$(call gb_CustomTarget_get_workdir,pyuno/zipcore)/.dir \
$(call gb_ExternalPackage_get_target,python3)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ZIP,1)
cd $(pyuno_PYTHON_LIB_DIR) && zip $@ $(shell cd $(pyuno_PYTHON_LIB_DIR) && $(FIND) . -type f | $(GREP) -v "\.pyc" | $(GREP) -v "\.py~" | $(GREP) -v .orig | $(GREP) -v _failed)
...
...
tail_build/prj/build.lst
Dosyayı görüntüle @
921f31fb
tb tail_build : CPPUNIT:cppunit EXPAT:expat FONTCONFIG:fontconfig ICU:icu LIBPNG:libpng LIBXML2:libxml2 LIBXSLT:libxslt MOZ:moz NSS:nss OPENSSL:openssl
PYTHON:python3
REDLAND:redland XPDF:xpdf ZLIB:zlib external solenv soltools NULL
tb tail_build : CPPUNIT:cppunit EXPAT:expat FONTCONFIG:fontconfig ICU:icu LIBPNG:libpng LIBXML2:libxml2 LIBXSLT:libxslt MOZ:moz NSS:nss OPENSSL:openssl REDLAND:redland XPDF:xpdf ZLIB:zlib external solenv soltools NULL
tb tail_build\prj nmake - all tb_prj NULL
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