From: caro Date: Wed, 16 Sep 2009 20:24:23 +0000 (+0000) Subject: update README.txt and MANIFEST.txt files X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~443 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7b7859e06a45b23164e4bd19264ccd7c4697f5c;p=profile%2Fivi%2Feet.git update README.txt and MANIFEST.txt files git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42527 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/win32/MANIFEST.txt b/win32/MANIFEST.txt index e1272fe..222fff8 100644 --- a/win32/MANIFEST.txt +++ b/win32/MANIFEST.txt @@ -2,10 +2,13 @@ This folder content: vs8 - Visual Studio 8 project files - start.bat - batch script to start work with the solution eet.sln - Eet MSVC solution libeet.vcproj - libeet project - set_env.bat - common environment startup + vs9 - Visual Studio 9 project files + eet.sln - Eet MSVC solution + libeet.vcproj - libeet project + + start.bat - batch script to start work with the solution MANIFEST.txt - this file README.txt - about this folder \ No newline at end of file diff --git a/win32/README.txt b/win32/README.txt index baf3060..0af05f2 100644 --- a/win32/README.txt +++ b/win32/README.txt @@ -1,8 +1,9 @@ - - This folder contains Microsoft Visual Studion projects for building Eet. + This folder contains Microsoft Visual Studio projects for building Eet. Important: Do not launch manually any solutions or projects in the folder, to start - a solution run proper start.bat script, it will setup environment for - projects and will check system requirements. + 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.