# # Copyright Andrey Semashev 2007 - 2013. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) # import os ; project : requirements shared msvc:_SCL_SECURE_NO_WARNINGS msvc:_SCL_SECURE_NO_DEPRECATE msvc:_CRT_SECURE_NO_WARNINGS msvc:_CRT_SECURE_NO_DEPRECATE intel-win:_SCL_SECURE_NO_WARNINGS intel-win:_SCL_SECURE_NO_DEPRECATE intel-win:_CRT_SECURE_NO_WARNINGS intel-win:_CRT_SECURE_NO_DEPRECATE gcc:-fno-strict-aliasing # avoids strict aliasing violations in other Boost components gcc:-ftemplate-depth-1024 /boost/log//boost_log /boost/date_time//boost_date_time /boost/filesystem//boost_filesystem /boost/system//boost_system /boost/thread//boost_thread multi generic:no unix:no ; lib event_log_messages : event_log_messages.mc : -noentry # event_log_messages ; exe event_log : main.cpp : event_log_messages ;