Create README.md

This commit is contained in:
2015-10-10 07:12:08 +02:00
parent f0b2454ec3
commit 5ef979488d

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
#libatl
Provides additional templates and function helpers for Microsoft Active Template Library
##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 libatl 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.