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.