Browse Source

Added empty README to all important directories. Removed precompiled libraries (they will only appear in releases)

Ivan Arkhipov 5 years ago
parent
commit
30fc422c3a
7 changed files with 56 additions and 1 deletions
  1. 2 1
      .gitignore
  2. 9 0
      bin/README.md
  3. 9 0
      build/README.md
  4. 9 0
      import/README.md
  5. 9 0
      lib.win32/README.md
  6. 9 0
      src/README.md
  7. 9 0
      tests/README.md

+ 2 - 1
.gitignore

@@ -65,7 +65,8 @@ Makefile*
 *-build-*
 build/*
 bin/*
-!lib.win32/*
+
+!*README*
 
 # QtCreator
 

+ 9 - 0
bin/README.md

@@ -0,0 +1,9 @@
+# Legacy_v2
+
+Improved gui Legacy client
+
+Dependencies: 
+	LotroDat, yaml-cpp, zlib, Easylogging++, SQLite
+	
+	
+Prebuild components are build with Qt 5.11.2, MinGW 5.3.0 32 bit

+ 9 - 0
build/README.md

@@ -0,0 +1,9 @@
+# Legacy_v2
+
+Improved gui Legacy client
+
+Dependencies: 
+	LotroDat, yaml-cpp, zlib, Easylogging++, SQLite
+	
+	
+Prebuild components are build with Qt 5.11.2, MinGW 5.3.0 32 bit

+ 9 - 0
import/README.md

@@ -0,0 +1,9 @@
+# Legacy_v2
+
+Improved gui Legacy client
+
+Dependencies: 
+	LotroDat, yaml-cpp, zlib, Easylogging++, SQLite
+	
+	
+Prebuild components are build with Qt 5.11.2, MinGW 5.3.0 32 bit

+ 9 - 0
lib.win32/README.md

@@ -0,0 +1,9 @@
+# Legacy_v2
+
+Improved gui Legacy client
+
+Dependencies: 
+	LotroDat, yaml-cpp, zlib, Easylogging++, SQLite
+	
+	
+Prebuild components are build with Qt 5.11.2, MinGW 5.3.0 32 bit

+ 9 - 0
src/README.md

@@ -0,0 +1,9 @@
+# Legacy_v2
+
+Improved gui Legacy client
+
+Dependencies: 
+	LotroDat, yaml-cpp, zlib, Easylogging++, SQLite
+	
+	
+Prebuild components are build with Qt 5.11.2, MinGW 5.3.0 32 bit

+ 9 - 0
tests/README.md

@@ -0,0 +1,9 @@
+# Legacy_v2
+
+Improved gui Legacy client
+
+Dependencies: 
+	LotroDat, yaml-cpp, zlib, Easylogging++, SQLite
+	
+	
+Prebuild components are build with Qt 5.11.2, MinGW 5.3.0 32 bit