README.projects
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. This directory contains project files for building zlib under various
  2. Integrated Development Environments (IDE).
  3. If you wish to submit a new project to this directory, you should comply
  4. to the following requirements.  Otherwise (e.g. if you wish to integrate
  5. a custom piece of code that changes the zlib interface or its behavior),
  6. please consider submitting the project to the contrib directory.
  7. Requirements
  8. ============
  9. - The project must build zlib using the source files from the official
  10.   zlib source distribution, exclusively.
  11. - If the project produces redistributable builds (e.g. shared objects
  12.   or DLL files), these builds must be compatible to those produced by
  13.   makefiles, if such makefiles exist in the zlib distribution.
  14.   In particular, if the project produces a DLL build for the Win32
  15.   platform, this build must comply to the officially-ammended Win32 DLL
  16.   Application Binary Interface (ABI), described in win32/DLL_FAQ.txt.
  17. - The project may provide additional build targets, which depend on
  18.   3rd-party (unofficially-supported) software, present in the contrib
  19.   directory.  For example, it is possible to provide an "ASM build",
  20.   besides the officially-supported build, and have ASM source files
  21.   among its dependencies.
  22. - If there are significant differences between the project files created
  23.   by different versions of an IDE (e.g. Visual C++ 6.0 vs. 7.0), the name
  24.   of the project directory should contain the version number of the IDE
  25.   for which the project is intended (e.g. "visualc6" for Visual C++ 6.0,
  26.   or "visualc7" for Visual C++ 7.0 and 7.1).
  27. Current projects
  28. ================
  29. visualc6/   by Simon-Pierre Cadieux <methodex@methodex.ca>
  30.             and Cosmin Truta <cosmint@cs.ubbcluj.ro>
  31.         Project for Microsoft Visual C++ 6.0