From 18bd48b4a523b6394597d27a6580bd1cba6f41bd Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 16 Sep 2009 20:24:23 +0000 Subject: [PATCH] update README.txt and MANIFEST.txt files SVN revision: 42527 --- legacy/eet/win32/MANIFEST.txt | 7 +++++-- legacy/eet/win32/README.txt | 9 +++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/legacy/eet/win32/MANIFEST.txt b/legacy/eet/win32/MANIFEST.txt index e1272fea35..222fff8b70 100644 --- a/legacy/eet/win32/MANIFEST.txt +++ b/legacy/eet/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/legacy/eet/win32/README.txt b/legacy/eet/win32/README.txt index baf3060f96..0af05f262f 100644 --- a/legacy/eet/win32/README.txt +++ b/legacy/eet/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.