#============================================================================== # Copyright (c) 2002 2004 2006 Joel de Guzman # Copyright (c) 2004 Eric Niebler # http://spirit.sourceforge.net/ # # Use, modification and distribution is subject to 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) #============================================================================== project quickbook : requirements gcc:300 darwin:300 gcc:-g0 darwin:-g0 msvc:/wd4709 gcc:BOOST_DETAIL_CONTAINER_FWD darwin:BOOST_DETAIL_CONTAINER_FWD ; lib shell32 ; exe quickbook : quickbook.cpp actions.cpp doc_info_actions.cpp state.cpp dependency_tracker.cpp utils.cpp files.cpp input_path.cpp values.cpp id_manager.cpp post_process.cpp collector.cpp template_stack.cpp code_snippet.cpp markups.cpp syntax_highlight.cpp grammar.cpp main_grammar.cpp block_element_grammar.cpp phrase_element_grammar.cpp doc_info_grammar.cpp /boost//program_options /boost//filesystem : #QUICKBOOK_NO_DATES BOOST_FILESYSTEM_NO_DEPRECATED msvc:/wd4355 msvc:/wd4511 msvc:/wd4512 msvc:/wd4701 msvc:/wd4702 msvc:/wd4244 msvc:/wd4267 msvc:/wd4800 msvc:_CRT_SECURE_NO_DEPRECATE msvc:_SCL_SECURE_NO_DEPRECATE windows:shell32 ;