Kaydet (Commit) af463041 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Resurrect boost thread lib. Orcus needs it.

Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0
üst b54f6493
...@@ -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
......
...@@ -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
......
# -*- 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:
# -*- 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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment