STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
libstxxl.h
Go to the documentation of this file.
1 /***************************************************************************
2  * include/stxxl/bits/libstxxl.h
3  *
4  * Part of the STXXL. See http://stxxl.sourceforge.net
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 STXXL_LIBSTXXL_HEADER
14 #define STXXL_LIBSTXXL_HEADER
15 
16 #include <stxxl/bits/config.h>
17 
18 #if STXXL_MSVC
19  #ifndef STXXL_LIBNAME
20  #define STXXL_LIBNAME "stxxl"
21  #endif
22 //-tb #pragma comment (lib, "lib" STXXL_LIBNAME ".lib")
23 #endif
24 
25 #endif // !STXXL_LIBSTXXL_HEADER