efl/legacy/evil/win32
dm 8ec181c8bc Updated Evil VS project, added test project.
SVN revision: 36583
2008-10-11 11:15:38 +00:00
..
common * AUTHORS: 2008-10-09 21:56:31 +00:00
vs8 Updated Evil VS project, added test project. 2008-10-11 11:15:38 +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 Updated Evil VS project, added test project. 2008-10-11 11:15:38 +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