From a7293d0cdaf2aabf70c73ebba3561dae3583b977 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 16 Sep 2009 20:23:11 +0000 Subject: [PATCH] add README.txt and MANIFEST.txt files SVN revision: 42526 --- legacy/eina/win32/MANIFEST.txt | 18 ++++++++++++++++++ legacy/eina/win32/README.txt | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100644 legacy/eina/win32/MANIFEST.txt create mode 100644 legacy/eina/win32/README.txt 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.