README.md: Fix the headers

This commit is contained in:
Alexander Shaposhnikov
2017-07-07 14:53:24 +03:00
committed by GitHub
parent 9f94c374da
commit e4bc350d15

View File

@@ -1,11 +1,11 @@
#atlex
# atlex
Provides additional templates and function helpers for Microsoft Active Template Library
##Building
## Building
- The _.h_ files can be used individually. However, we do encourage you to include the entire library project and reference it in dependant projects of your solution, as atlex might develop some non-inline code over time.
- The _libatl.vcxproj_ requires Microsoft Visual Studio 2010 SP1 and _..\\..\\include_ folder with _common.props_, _Debug.props_, _Release.props_, _Win32.props_, and _x64.props_ files to customize building process for individual applications.
##Usage
## Usage
1. Clone the repository into your solution folder.
2. Add the _libatl.vcxproj_ to your solution.
3. Add atlex's _include_ folder to _Additional Include Directories_ in your project's C/C++ settings.