~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/zlib/projects/README.projects

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory contains project files for building zlib under various
 
2
Integrated Development Environments (IDE).
 
3
 
 
4
If you wish to submit a new project to this directory, you should comply
 
5
to the following requirements.  Otherwise (e.g. if you wish to integrate
 
6
a custom piece of code that changes the zlib interface or its behavior),
 
7
please consider submitting the project to the contrib directory.
 
8
 
 
9
 
 
10
Requirements
 
11
============
 
12
 
 
13
- The project must build zlib using exclusively the source files from
 
14
  the official zlib distribution.
 
15
 
 
16
- If there are "official" makefiles in the zlib distribution, the builds
 
17
  given by the makefiles must be compatible with the builds given by the
 
18
  project.  These builds are called "official" builds.
 
19
 
 
20
- It is possible to add non-official pieces of code to the project,
 
21
  if the resulting build remains compatible with an official build.
 
22
  For example, it is possible to add an "ASM build" target besides
 
23
  the regular target, by including ASM source files from the contrib
 
24
  directory.
 
25
 
 
26
- If there are significant differences between the project files created
 
27
  by different versions of an IDE (e.g. Visual C++ 6.0 vs. 7.0), the name
 
28
  of the project directory should contain the version number of the IDE
 
29
  for which the project is intended (e.g. "visualc6" for Visual C++ 6.0,
 
30
  or "visualc7" for Visual C++ 7.0 and 7.1).
 
31
 
 
32
 
 
33
Current projects
 
34
================
 
35
 
 
36
visualc6/   by Simon-Pierre Cadieux <methodex@methodex.ca>
 
37
            and Cosmin Truta <cosmint@cs.ubbcluj.ro>
 
38
        Project for Microsoft Visual C++ 6.0