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
af463041
Kaydet (Commit)
af463041
authored
Eyl 06, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resurrect boost thread lib. Orcus needs it.
Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0
üst
b54f6493
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
0 deletions
+41
-0
RepositoryExternal.mk
RepositoryExternal.mk
+1
-0
Module_boost.mk
boost/Module_boost.mk
+2
-0
Package_boostthread.mk
boost/Package_boostthread.mk
+14
-0
StaticLibrary_boostthread.mk
boost/StaticLibrary_boostthread.mk
+24
-0
No files found.
RepositoryExternal.mk
Dosyayı görüntüle @
af463041
...
@@ -326,6 +326,7 @@ else # !SYSTEM_BOOST
...
@@ -326,6 +326,7 @@ else # !SYSTEM_BOOST
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
boostdatetime \
boostdatetime \
boostthread \
))
))
define gb_LinkTarget__use_boostdatetime
define gb_LinkTarget__use_boostdatetime
...
...
boost/Module_boost.mk
Dosyayı görüntüle @
af463041
...
@@ -13,12 +13,14 @@ ifeq ($(SYSTEM_BOOST),NO)
...
@@ -13,12 +13,14 @@ ifeq ($(SYSTEM_BOOST),NO)
$(eval $(call gb_Module_add_targets,boost,\
$(eval $(call gb_Module_add_targets,boost,\
StaticLibrary_boostdatetime \
StaticLibrary_boostdatetime \
StaticLibrary_boostthread \
UnpackedTarball_boost \
UnpackedTarball_boost \
))
))
ifeq ($(OS),WNT)
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,boost,\
$(eval $(call gb_Module_add_targets,boost,\
Package_boostdatetime \
Package_boostdatetime \
Package_boostthread \
))
))
endif
endif
...
...
boost/Package_boostthread.mk
0 → 100644
Dosyayı görüntüle @
af463041
# -*- 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/.
#
$(eval $(call gb_Package_Package,boostthread,$(gb_StaticLibrary_OUTDIRLOCATION)))
$(eval $(call gb_Package_add_file,boostthread,lib/libboost_thread-vc90-mt-1_44.lib,$(notdir $(call gb_StaticLibrary_get_target,boostthread))))
# vim: set noet sw=4 ts=4:
boost/StaticLibrary_boostthread.mk
0 → 100644
Dosyayı görüntüle @
af463041
# -*- 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/.
#
$(eval $(call gb_StaticLibrary_StaticLibrary,boostthread))
$(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostthread))
$(eval $(call gb_StaticLibrary_use_unpacked,boostthread,boost))
$(eval $(call gb_StaticLibrary_set_cxx_suffix,boostthread,cpp))
$(eval $(call gb_StaticLibrary_add_generated_exception_objects,boostthread,\
UnpackedTarball/boost/libs/thread/src/win32/thread \
UnpackedTarball/boost/libs/thread/src/win32/tss_dll \
UnpackedTarball/boost/libs/thread/src/win32/tss_pe \
))
# vim: set noet sw=4 ts=4:
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