From b93be7c49c3114284a554cfaabae2fe78054e0d0 Mon Sep 17 00:00:00 2001 From: cutealien Date: Fri, 18 Jan 2019 15:17:34 +0000 Subject: [PATCH] Add some readme.txt's to folders which would otherwise be empty in source-control-systems. Just making life a little easier for the hg & git crowd. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5688 dfc29bdd-3216-0410-991c-e03cc46cb475 --- lib/Linux/readme.txt | 2 ++ lib/OSX/readme.txt | 2 ++ lib/Win32-gcc/readme.txt | 2 ++ lib/Win32-visualstudio/readme.txt | 2 ++ lib/Win64-visualStudio/readme.txt | 2 ++ 5 files changed, 10 insertions(+) create mode 100644 lib/Linux/readme.txt create mode 100644 lib/OSX/readme.txt create mode 100644 lib/Win32-gcc/readme.txt create mode 100644 lib/Win32-visualstudio/readme.txt create mode 100644 lib/Win64-visualStudio/readme.txt diff --git a/lib/Linux/readme.txt b/lib/Linux/readme.txt new file mode 100644 index 00000000..40bad90a --- /dev/null +++ b/lib/Linux/readme.txt @@ -0,0 +1,2 @@ +You might have to recompile the engine to get library files in here. +Check the readme.txt in the corresponding bin folders for more information. diff --git a/lib/OSX/readme.txt b/lib/OSX/readme.txt new file mode 100644 index 00000000..40bad90a --- /dev/null +++ b/lib/OSX/readme.txt @@ -0,0 +1,2 @@ +You might have to recompile the engine to get library files in here. +Check the readme.txt in the corresponding bin folders for more information. diff --git a/lib/Win32-gcc/readme.txt b/lib/Win32-gcc/readme.txt new file mode 100644 index 00000000..40bad90a --- /dev/null +++ b/lib/Win32-gcc/readme.txt @@ -0,0 +1,2 @@ +You might have to recompile the engine to get library files in here. +Check the readme.txt in the corresponding bin folders for more information. diff --git a/lib/Win32-visualstudio/readme.txt b/lib/Win32-visualstudio/readme.txt new file mode 100644 index 00000000..40bad90a --- /dev/null +++ b/lib/Win32-visualstudio/readme.txt @@ -0,0 +1,2 @@ +You might have to recompile the engine to get library files in here. +Check the readme.txt in the corresponding bin folders for more information. diff --git a/lib/Win64-visualStudio/readme.txt b/lib/Win64-visualStudio/readme.txt new file mode 100644 index 00000000..40bad90a --- /dev/null +++ b/lib/Win64-visualStudio/readme.txt @@ -0,0 +1,2 @@ +You might have to recompile the engine to get library files in here. +Check the readme.txt in the corresponding bin folders for more information.