efl/legacy/evil/win32
Vincent Torri 9c6bbb6f58 update vcproj files wrt evil_time.c removal
SVN revision: 47151
2010-03-12 06:21:05 +00:00
..
common/sys useless define 2009-09-16 21:59:04 +00:00
vs8 update vcproj files wrt evil_time.c removal 2010-03-12 06:21:05 +00:00
vs9 update vcproj files wrt evil_time.c removal 2010-03-12 06:21:05 +00:00
MANIFEST.txt * src/lib/dlfcn/dlfcn.c: 2009-08-27 08:19:06 +00:00
README.txt typo 2009-09-16 20:22:21 +00:00
start.bat fix-- 2009-09-16 16:28:30 +00:00

README.txt

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

Important:

 Do not launch manually any solutions or projects in the folder, to start
 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.

 Before start make sure that the 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