diff options
author | Yang Tse <yangsita@gmail.com> | 2013-02-13 17:02:38 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-02-13 17:14:21 +0100 |
commit | cc8fad9a7fa6397d7b16eb52f8d6fa689eceff94 (patch) | |
tree | 66d27d7b4e5755937737c67d9dd6a39d605b1955 /vs/t/README | |
parent | 72da89a74d7f29a99a801b8dc7dbade13d09ea2f (diff) |
move msvc IDE related files to 'vs' directory tree
Use 'vs' directory tree given that 'vc' intended one clashes
with an already existing build target in file Makefile.dist.
Diffstat (limited to 'vs/t/README')
-rw-r--r-- | vs/t/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vs/t/README b/vs/t/README new file mode 100644 index 000000000..69ebd2701 --- /dev/null +++ b/vs/t/README @@ -0,0 +1,8 @@ +Note:
+
+Files located in subdirectory 'vs/t' and below are 'templates' used for
+the generation of msvc IDE workspace and project files, distributed in
+subdirectories 'vs/vc6' and 'vs/vc8'.
+
+All these template files use UNIX line endings intentionally, in order
+to allow proper file generation. Don't convert these to crlf line-ends.
|