# # Copyright Andrey Semashev 2007 - 2015. # 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 project ; import log-platform-config ; using mc ; project /boost/log/message-compiler : source-location ../../src : requirements @log-platform-config.set-platform-defines off ; obj simple_event_log : windows/simple_event_log.mc ; explicit simple_event_log ; # This test target verifies that Message Compiler (mc) is available and supported by the current toolset alias test-availability : simple_event_log ; explicit test-availability ;