efl/legacy/evil/win32
Vincent Torri a7f00b51bc * Makefile.am:
add autogen.sh in archive distribution

* configure.ac:
remove useless defines
first support of mingw32msvc compiler

* src/lib/Evil.h:
move some macro definitions

* src/lib/Makefile.am:
add evil_(fcntl/langinfo).(c/h) and install pwd.h

* src/lib/dlfcn/dlfcn.h:
remove useless ifdef

* src/lib/evil.c:
comment all code for now. It will be deleted later

* src/lib/evil_fcntl.c:
* src/lib/evil_fcntl.h:
* src/lib/evil_langinfo.c:
* src/lib/evil_langinfo.h:
move fcntl and langinfo related code to their own files

* src/lib/evil_mman.c:
remove useless inclusion

* src/lib/evil_pwd.c:
pw var is not needed with cegcc

* src/lib/evil_stdlib.c:
fix bugs, formatting

* src/lib/evil_unistd.c:
add missing declarations and fix header files

* src/lib/evil_unistd.h:
move pid_t typedef to Evil.h

* src/lib/evil_util.c:
additional include and fix a bug in output

* src/lib/pwd.h:
use EAPI from Evil.h, define struct passwd when not using cegcc

* src/lib/sys/mman.h:
use EAPI from Evil.h

* win32/common/fnmatch.c:
* win32/common/fnmatch.h:
* win32/common/fnmatch_list_of_states.c:
* win32/vs8/evil.sln:
fix and cleanup with vc++ compilation
Based on patch by Dmitriy Mazovka


SVN revision: 35993
2008-09-15 06:56:14 +00:00
..
common * Makefile.am: 2008-09-15 06:56:14 +00:00
vs8 * Makefile.am: 2008-09-15 06:56:14 +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 Add Visual Studio solution and vc projects to compile Evil with Microsoft (r) tools 2008-07-24 18:18:55 +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