diff --git a/legacy/eina/win32/MANIFEST.txt b/legacy/eina/win32/MANIFEST.txt new file mode 100644 index 0000000000..618718f997 --- /dev/null +++ b/legacy/eina/win32/MANIFEST.txt @@ -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 diff --git a/legacy/eina/win32/README.txt b/legacy/eina/win32/README.txt new file mode 100644 index 0000000000..398795ed7d --- /dev/null +++ b/legacy/eina/win32/README.txt @@ -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.