add README.txt and MANIFEST.txt files

SVN revision: 42526
devs/devilhorns/wayland_egl
Vincent Torri 14 years ago
parent 1f15fd4f87
commit a7293d0cda
  1. 18
      legacy/eina/win32/MANIFEST.txt
  2. 10
      legacy/eina/win32/README.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

@ -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.
Loading…
Cancel
Save