update README.txt and MANIFEST.txt files
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Sep 2009 20:24:23 +0000 (20:24 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Sep 2009 20:24:23 +0000 (20:24 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42527 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

win32/MANIFEST.txt
win32/README.txt

index e1272fe..222fff8 100644 (file)
@@ -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
index baf3060..0af05f2 100644 (file)
@@ -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.