~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to build/generator/zlib.vcproj.ezt

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding = "Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="[version]"
 
5
        Name="zlib"
 
6
        SccProjectName=""
 
7
        SccLocalPath=""
 
8
        Keyword="MakeFileProj">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Debug|Win32"
 
16
                        OutputDirectory="[zlib_path]\Debug"
 
17
                        IntermediateDirectory="[zlib_path]\Debug"
 
18
                        ConfigurationType="0"
 
19
                        UseOfMFC="0"
 
20
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
 
21
                        <Tool
 
22
                                Name="VCNMakeTool"
 
23
                                BuildCommandLine="cmd /c build_zlib.bat debug"
 
24
                                ReBuildCommandLine="cmd /c build_zlib.bat debug rebuild"
 
25
                                Output="[zlib_path]\zlibstatD.lib"/>
 
26
                </Configuration>
 
27
                <Configuration
 
28
                        Name="Release|Win32"
 
29
                        OutputDirectory="[zlib_path]\Release"
 
30
                        IntermediateDirectory="[zlib_path]\Release"
 
31
                        ConfigurationType="0"
 
32
                        UseOfMFC="0"
 
33
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
 
34
                        <Tool
 
35
                                Name="VCNMakeTool"
 
36
                                BuildCommandLine="cmd /c build_zlib.bat release"
 
37
                                ReBuildCommandLine="cmd /c build_zlib.bat release rebuild"
 
38
                                Output="[zlib_path]\zlibstat.lib"/>
 
39
                </Configuration>
 
40
        </Configurations>
 
41
        <Files>
 
42
                <Filter
 
43
                        Name="Source Files"
 
44
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
 
45
                        [for zlib_sources]<File
 
46
                                RelativePath="[zlib_sources]">
 
47
                        </File>
 
48
[end]
 
49
                </Filter>
 
50
                <Filter
 
51
                        Name="Header Files"
 
52
                        Filter="h;hpp;hxx;hm;inl">
 
53
                        [for zlib_headers]<File
 
54
                                RelativePath="[zlib_headers]">
 
55
                        </File>
 
56
[end]
 
57
                </Filter>
 
58
        </Files>
 
59
        <Globals>
 
60
        </Globals>
 
61
</VisualStudioProject>