From 72e48a05bcecbbe37e9eef7aec89aa4c79e90810 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 7 Oct 2015 13:36:13 +0200 Subject: [PATCH] Licence and readme files settled. --- LICENSE => LICENSE.txt | 0 README.txt | 9 +++++++++ 2 files changed, 9 insertions(+) rename LICENSE => LICENSE.txt (100%) create mode 100644 README.txt diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..a570c65 --- /dev/null +++ b/README.txt @@ -0,0 +1,9 @@ +libatl +Provides additional templates and function helpers for Microsoft Active Template Library + +Building +- .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. +- 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. + +Documentation +None yet. Please see the .h files.