~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to build/generator/vcnet_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="[target.proj_name]">
 
6
        <Platforms>
 
7
[for platforms]         <Platform
 
8
                        Name="[platforms]"/>
 
9
[end]   </Platforms>
 
10
        <Configurations>
 
11
[for platforms][for configs]            <Configuration
 
12
                        Name="[configs.name]|[platforms]"
 
13
                        OutputDirectory="..\..\..\[configs.name]\[target.output_dir]"
 
14
                        IntermediateDirectory="..\..\..\[configs.name]\[target.intermediate_dir]"
 
15
                        ConfigurationType="[target_type]"[is configs.name "Release"]
 
16
                        WholeProgramOptimization="FALSE"[end]>
 
17
                        <Tool
 
18
                                Name="VCCLCompilerTool"
 
19
[is configs.name "Debug"]                               Optimization="0"
 
20
                                GlobalOptimizations="FALSE"
 
21
[else]                          Optimization="2"
 
22
                                GlobalOptimizations="TRUE"
 
23
                                InlineFunctionExpansion="2"
 
24
                                EnableIntrinsicFunctions="TRUE"
 
25
                                FavorSizeOrSpeed="1"
 
26
                                OmitFramePointers="TRUE"
 
27
[end]                           AdditionalIncludeDirectories="[for includes][includes][if-index includes last][else];[end][end]"
 
28
                                PreprocessorDefinitions="[if-any instrument_apr_pools]APR_POOL_DEBUG=[instrument_apr_pools];[end][for configs.defines][configs.defines][if-index configs.defines last][else];[end][end]"
 
29
[is configs.name "Debug"]                               MinimalRebuild="TRUE"
 
30
                                RuntimeLibrary="3"
 
31
                                BufferSecurityCheck="TRUE"
 
32
                                EnableFunctionLevelLinking="TRUE"
 
33
[else]                          StringPooling="TRUE"
 
34
                                RuntimeLibrary="2"
 
35
                                BufferSecurityCheck="FALSE"
 
36
[end]                           WarningLevel="3"
 
37
                                Detect64BitPortabilityProblems="FALSE"
 
38
                                DebugInformationFormat="3"
 
39
                                CompileAsManaged="0"
 
40
                                CompileAs="0"[if-any is_exe][is configs.name "Release"]
 
41
                                OptimizeForWindowsApplication="TRUE"[end][end]/>
 
42
                        <Tool
 
43
                                Name="VCCustomBuildTool"/>
 
44
                        <Tool
 
45
                                Name="VCLinkerTool"
 
46
[is target_type "1"][if-any instrument_purify_quantify]                         AdditionalOptions="/fixed:no"[end][end]
 
47
                                AdditionalDependencies="[for configs.libs][configs.libs] [end]"
 
48
[is target_type "4"][else]                              OutputFile="$(OutDir)\[target.output_name]"
 
49
[end][is configs.name "Debug"]                          LinkIncremental="2"
 
50
[else]                          LinkIncremental="1"
 
51
[end]                           AdditionalLibraryDirectories="..\..\..\db4-win32\lib;[for configs.libdirs][configs.libdirs];[end]"
 
52
                                TargetMachine="1"
 
53
                                IgnoreDefaultLibraryNames="libc.lib"
 
54
[if-any def_file]                               ModuleDefinitionFile="[def_file]"
 
55
[end]                           GenerateDebugInformation="TRUE"
 
56
                                ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"[is configs.name "Debug"]
 
57
                                OptimizeReferences="0"[else]
 
58
                                OptimizeReferences="2"
 
59
                                EnableCOMDATFolding="2"[end][is target_type "2"]
 
60
                                ImportLibrary="$(OutDir)\$(TargetName).lib"[end]
 
61
[is target_type "1"]                            Subsystem="1"[end]/>
 
62
[is target_type "4"]
 
63
                        <Tool
 
64
                                Name="VCLibrarianTool"
 
65
                                OutputFile="$(OutDir)\[target.output_name]"/>
 
66
[end]                   <Tool
 
67
                                Name="VCMIDLTool"/>
 
68
                        <Tool
 
69
                                Name="VCPostBuildEventTool"/>
 
70
                        <Tool
 
71
                                Name="VCPreBuildEventTool"/>
 
72
                        <Tool
 
73
                                Name="VCPreLinkEventTool"/>
 
74
                        <Tool
 
75
                                Name="VCResourceCompilerTool"/>
 
76
                        <Tool
 
77
                                Name="VCWebServiceProxyGeneratorTool"/>
 
78
                        <Tool
 
79
                                Name="VCWebDeploymentTool"/>
 
80
                </Configuration>
 
81
[end][end]      </Configurations>
 
82
        <Files>[if-any target.desc]
 
83
                <File
 
84
                        RelativePath="..\svn.rc">[for configs]
 
85
                        <FileConfiguration
 
86
                                Name="[configs.name]|Win32">
 
87
                                <Tool
 
88
                                        Name="VCResourceCompilerTool"
 
89
                                        AdditionalIncludeDirectories="[for includes][includes][if-index includes last][else];[end][end]"
 
90
                                        PreprocessorDefinitions="SVN_FILE_NAME=[target.output_name];SVN_FILE_DESCRIPTION=[target.desc];[is configs.name "Debug"]_DEBUG[else]NDEBUG[end]"/>
 
91
                        </FileConfiguration>[end]
 
92
                </File>[end]
 
93
[for sources]           <File
 
94
                        RelativePath="[sources.path]">
 
95
[if-any sources.custom_build][for configs]
 
96
                        <FileConfiguration
 
97
                                Name="[configs.name]|Win32">
 
98
                                <Tool
 
99
                                        Name="VCCustomBuildTool"
 
100
                                        CommandLine="[sources.custom_build]"
 
101
                                        AdditionalDependencies="[for sources.user_deps]&quot;[sources.user_deps]&quot;;[end]"
 
102
                                        Outputs="&quot;[sources.custom_target]&quot;"/>
 
103
                        </FileConfiguration>
 
104
[end][end]
 
105
[if-any sources.reldir][for configs]
 
106
                        <FileConfiguration
 
107
                                Name="[configs.name]|Win32">
 
108
                                <Tool
 
109
                                        Name="VCCLCompilerTool"
 
110
                                        ObjectFile="$(IntDir)/[sources.reldir]/"
 
111
                                        ProgramDataBaseFileName="$(IntDir)/[sources.reldir]/"/>
 
112
                        </FileConfiguration>
 
113
[end][end]
 
114
                </File>
 
115
[end]
 
116
        </Files>
 
117
        <Globals>
 
118
        </Globals>
 
119
</VisualStudioProject>