Thrill  0.1
libfoxxll.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  * foxxll/libfoxxll.hpp
3  *
4  * Part of FOXXLL. See http://foxxll.org
5  *
6  * Copyright (C) 2011 Andreas Beckmann <[email protected]>
7  *
8  * Distributed under the Boost Software License, Version 1.0.
9  * (See accompanying file LICENSE_1_0.txt or copy at
10  * http://www.boost.org/LICENSE_1_0.txt)
11  **************************************************************************/
12 
13 #ifndef FOXXLL_LIBFOXXLL_HEADER
14 #define FOXXLL_LIBFOXXLL_HEADER
15 
16 #include <foxxll/config.hpp>
17 
18 #if FOXXLL_MSVC
19  #ifndef FOXXLL_LIBNAME
20  #define FOXXLL_LIBNAME "foxxll"
21  #endif
22 //-tb #pragma comment (lib, "lib" FOXXLL_LIBNAME ".lib")
23 #endif
24 
25 #endif // !FOXXLL_LIBFOXXLL_HEADER
26 
27 /**************************************************************************/