efl/legacy/evil/win32
Vincent Torri d39257b550 set correctly the relative path of the extern directory,
so that it fits the one used in the tutorial.


SVN revision: 39098
2009-02-19 19:46:04 +00:00
..
common/sys Evil Win32 VS8 projects modified 2008-12-22 23:18:41 +00:00
vs8 Evil Win32 VS8 projects modified 2008-12-22 23:18:41 +00:00
MANIFEST.txt Add Visual Studio solution and vc projects to compile Evil with Microsoft (r) tools 2008-07-24 18:18:55 +00:00
README.txt Add Visual Studio solution and vc projects to compile Evil with Microsoft (r) tools 2008-07-24 18:18:55 +00:00
set_env.bat set correctly the relative path of the extern directory, 2009-02-19 19:46:04 +00:00

README.txt

 This folder contains Microsoft Visual Studion projects and some sources for
 building Evil.

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.

 Before start make sure that set_env.bat:EXT_DIR variable points to proper
 extern directory. Extern directory layout and content (may be different, but
 this is guaranteed to be enough):

  extern
    bin
      charset.dll
      cjpeg.exe
      djpeg.exe
      exifautotran
      freetype6.dll
      glew32.dll
      glewinfo.exe
      glewinfo.txt
      iconv.dll
      jpeg62.dll
      jpegexiforient.exe
      jpegtran.exe
      libpng12.dll
      libpng13d.dll
      libpng3.dll
      libtiff3.dll
      libungif4.dll
      rdjpgcom.exe
      visualinfo.exe
      wrjpgcom.exe
      zlib1.dll

    include
      freetype
        ... (freetype includes)
      GL
        glew.h
        glxew.h
        wglew.h
      sys
        param.h

      ansidecl.h
      ft2build.h
      getopt.h
      gif_lib.h
      iconv.h
      jconfig.h
      jerror.h
      jmorecfg.h
      jpeglib.h
      libcharset.h
      localcharset.h
      png.h
      pngconf.h
      stdint.h
      tiff.h
      tiffconf.h
      tiffio.h
      tiffvers.h
      unistd.h
      zconf.h
      zlib.h

    lib
      charset.lib
      freetype.lib
      glew32.lib
      glew32s.lib
      iconv.lib
      jpeg.def
      jpeg.lib
      libpng.lib
      libpng13d.lib
      libtiff.def
      libtiff.lib
      libungif.lib
      zlib.def
      zlib.lib