~ubuntu-branches/ubuntu/trusty/subversion/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft
  • Date: 2012-06-21 15:36:36 UTC
  • mfrom: (0.4.13 sid)
  • Revision ID: package-import@ubuntu.com-20120621153636-amqqmuidgwgxz1ly
Tags: 1.7.5-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - Build-depend on python-dbg.
  - Build-depend on default-jre-headless/-jdk.
  - Do not apply java-build patch.
  - debian/rules: Manually create the doxygen output directory, otherwise
    we get weird build failures when running parallel builds.

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="neon"
6
 
        ProjectGUID="{5BA0C76C-0CE4-4858-A206-22C5C45E4648}"
7
 
        Keyword="MakeFileProj">
8
 
        <Platforms>
9
 
[for platforms]         <Platform
10
 
                        Name="[platforms]"/>
11
 
[end]   </Platforms>
12
 
        <Configurations>
13
 
[for platforms]         <Configuration
14
 
                        Name="Debug|[platforms]"
15
 
                        OutputDirectory="Debug"
16
 
                        IntermediateDirectory="Debug"
17
 
                        ConfigurationType="0"
18
 
                        UseOfMFC="0"
19
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
20
 
                        <Tool
21
 
                                Name="VCNMakeTool"
22
 
                                BuildCommandLine="nmake /nologo /f neon.mak ALL DEBUG_BUILD=Aye EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path] ZLIB_LIBS=[zlib_path]\zlibstatD.lib[end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
23
 
                                ReBuildCommandLine="nmake /nologo /f neon.mak CLEAN ALL DEBUG_BUILD=Aye EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path] ZLIB_LIBS=[zlib_path]\zlibstatD.lib[end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
24
 
                                CleanCommandLine="nmake /nologo /f neon.mak CLEAN DEBUG_BUILD=Aye EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path] ZLIB_LIBS=[zlib_path]\zlibstatD.lib[end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
25
 
                                Output="libneonD.lib"/>
26
 
                </Configuration>
27
 
                <Configuration
28
 
                        Name="Release|[platforms]"
29
 
                        OutputDirectory="Release"
30
 
                        IntermediateDirectory="Release"
31
 
                        ConfigurationType="0"
32
 
                        UseOfMFC="0"
33
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
34
 
                        <Tool
35
 
                                Name="VCNMakeTool"
36
 
                                BuildCommandLine="nmake /nologo /f neon.mak ALL EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
37
 
                                ReBuildCommandLine="nmake /nologo /f neon.mak CLEAN ALL EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
38
 
                                CleanCommandLine="nmake /nologo /f neon.mak CLEAN EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
39
 
                                Output="libneon.lib"/>
40
 
                </Configuration>
41
 
[end]   </Configurations>
42
 
        <Files>
43
 
                <Filter
44
 
                        Name="Source Files"
45
 
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
46
 
                        [for neon_sources]<File
47
 
                                RelativePath="[neon_sources]">
48
 
                        </File>
49
 
[end]
50
 
                </Filter>
51
 
                <Filter
52
 
                        Name="Header Files"
53
 
                        Filter="h;hpp;hxx;hm;inl">
54
 
                        [for neon_headers]<File
55
 
                                RelativePath="[neon_headers]">
56
 
                        </File>
57
 
[end]
58
 
                </Filter>
59
 
        </Files>
60
 
        <Globals>
61
 
        </Globals>
62
 
</VisualStudioProject>