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
d633da43
Kaydet (Commit)
d633da43
authored
Haz 19, 2012
tarafından
David Ostrovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
deliver pyuno/python.exe in one step
Change-Id: I886f4a6aec492ae498ce86d71686c8d9fb26203d
üst
d25453e2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
43 deletions
+6
-43
Repository.mk
Repository.mk
+1
-1
CustomTarget_python_wrapper.mk
pyuno/CustomTarget_python_wrapper.mk
+0
-36
Executable_python_wrapper.mk
pyuno/Executable_python_wrapper.mk
+4
-4
Module_pyuno.mk
pyuno/Module_pyuno.mk
+1
-2
No files found.
Repository.mk
Dosyayı görüntüle @
d633da43
...
@@ -105,7 +105,7 @@ $(eval $(call gb_Helper_register_executables,OOO,\
...
@@ -105,7 +105,7 @@ $(eval $(call gb_Helper_register_executables,OOO,\
langsupport \
langsupport \
odbcconfig \
odbcconfig \
officeloader \
officeloader \
py
thon_wrapper
\
py
uno/python
\
quickstart \
quickstart \
sbase \
sbase \
scalc \
scalc \
...
...
pyuno/CustomTarget_python_wrapper.mk
deleted
100755 → 0
Dosyayı görüntüle @
d25453e2
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_CustomTarget_CustomTarget,pyuno/python_wrapper))
python_wrapper_TARGET := $(OUTDIR)/bin/pyuno/python.exe
$(call gb_CustomTarget_get_target,pyuno/python_wrapper) : $(python_wrapper_TARGET)
$(python_wrapper_TARGET) : $(call gb_Executable_get_target,python_wrapper)
cp $< $@
# vim: set noet sw=4 ts=4:
pyuno/Executable_python_wrapper.mk
Dosyayı görüntüle @
d633da43
...
@@ -24,17 +24,17 @@
...
@@ -24,17 +24,17 @@
# 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.
$(eval $(call gb_Executable_Executable,py
thon_wrapper
))
$(eval $(call gb_Executable_Executable,py
uno/python
))
$(eval $(call gb_Executable_use_static_libraries,py
thon_wrapper
,\
$(eval $(call gb_Executable_use_static_libraries,py
uno/python
,\
ooopathutils \
ooopathutils \
))
))
$(eval $(call gb_Executable_use_custom_headers,py
thon_wrapper
,\
$(eval $(call gb_Executable_use_custom_headers,py
uno/python
,\
pyuno/pyversion \
pyuno/pyversion \
))
))
$(eval $(call gb_Executable_add_noexception_objects,py
thon_wrapper
,\
$(eval $(call gb_Executable_add_noexception_objects,py
uno/python
,\
pyuno/zipcore/python \
pyuno/zipcore/python \
))
))
...
...
pyuno/Module_pyuno.mk
Dosyayı görüntüle @
d633da43
...
@@ -43,13 +43,12 @@ endif
...
@@ -43,13 +43,12 @@ endif
ifneq ($(SYSTEM_PYTHON),YES)
ifneq ($(SYSTEM_PYTHON),YES)
# zipcore: python.exe on Windows
# zipcore: py
uno/py
thon.exe on Windows
# zipcore: pyversion.hxx on Windows
# zipcore: pyversion.hxx on Windows
ifeq ($(OS),WNT)
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\
$(eval $(call gb_Module_add_targets,pyuno,\
CustomTarget_pyversion \
CustomTarget_pyversion \
Executable_python_wrapper \
Executable_python_wrapper \
CustomTarget_python_wrapper \
))
))
endif
endif
...
...
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