add README.txt and MANIFEST.txt files

SVN revision: 42526
This commit is contained in:
Vincent Torri 2009-09-16 20:23:11 +00:00
parent 1f15fd4f87
commit a7293d0cda
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,18 @@
This folder content:
common - common sources necessary to build efl with MSVC
eina_config.h - header to configure Eina
vs8 - Visual Studio 8 project files
evil.sln - Eina MSVC solution
libeina.vcproj - libeina project
vs9 - Visual Studio 9 project files
evil.sln - Eina MSVC solution
libeina.vcproj - libeina project
start.bat - batch script to start work with the solution
MANIFEST.txt - this file
README.txt - about this folder

View File

@ -0,0 +1,10 @@
This folder contains Microsoft Visual Studio projects and some sources for
building Eina.
Important:
Do not launch manually any solutions or projects in the folder, to start
a solution run the start.bat script, it will setup environment for
projects and will check system requirements. start.bat will detect
automatically the version of Visual Studio which is installed. It
currently supports Visual Studio 2005 and 2008.