From 5ef979488d8cd860b0863bad643c87934dc2c8d5 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sat, 10 Oct 2015 07:12:08 +0200 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..805796f --- /dev/null +++ b/README.md @@ -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.