# # Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # 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 ; if [ os.name ] = SOLARIS { lib socket ; lib nsl ; } else if [ os.name ] = NT { lib ws2_32 ; lib mswsock ; } exe server : connection.cpp mime_types.cpp posix_main.cpp reply.cpp request_handler.cpp request_parser.cpp server.cpp win_main.cpp /boost/system//boost_system /boost/thread//boost_thread : BOOST_ALL_NO_LIB=1 multi SOLARIS:socket SOLARIS:nsl NT,gcc:ws2_32 NT,gcc:mswsock ;