 b755c24804
			
		
	
	
		b755c24804
		
	
	
	
	
		
			
			- Option to enable multiprocessor build on VS - Move all options to CMake: - Unicode - Platform specs
		
			
				
	
	
		
			19 lines
		
	
	
		
			467 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			467 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| /*
 | |
|  *	Nana Configuration
 | |
|  *	Nana C++ Library(http://www.nanapro.org)
 | |
|  *	Copyright(C) 2003-2014 Jinhao(cnjinhao@hotmail.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)
 | |
|  *
 | |
|  *	@file: nana/config.hpp
 | |
|  */
 | |
| 
 | |
| #ifndef NANA_CONFIG_HPP
 | |
| #define NANA_CONFIG_HPP
 | |
| 
 | |
| //All defines have been moved to the CMakelists.txt in the root directory.
 | |
| 
 | |
| #endif	//NANA_CONFIG_HPP
 |