~ubuntu-branches/ubuntu/intrepid/xulrunner-1.9/intrepid

« back to all changes in this revision

Viewing changes to mozilla/toolkit/crashreporter/google-breakpad/src/tools/windows/symupload/symupload.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack, Alexander Sack, Fabien Tassin
  • Date: 2008-02-13 11:47:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080213114721-7om0mgzngvuk9czv
Tags: 1.9~b3+nobinonly-0ubuntu1
* release FIREFOX_3_0b3_RELEASE

[ Alexander Sack ]
* submit patch that ships xpcshell to bugzilla
  - rename debian/patches/ship_xpcshell.patch =>
           debian/patches/bz410617_att295212_ship_xpcshell.patch
  - update debian/patches/series
* fix tooltip in epiphany: previously displayed out of screen bounds
  (LP: #37507)
  - add debian/patches/bz233371_att297343_fix_outofscreen_embed_tooltip.patch
  - update debian/patches/series
* use default upstream gcc tweaks for improved performance - especially of the
  javascript engine
  - update debian/rules
* update global extension/plugin patch to apply cleanly against latest code
  - update debian/patches/bzXXX_gre_extension_plugin_support.patch
* fix pyxpcom build failure introduced by recent commit
  - add debian/patches/bzXXX_fix_pyxpcom_build_failure.patch
  - update debian/patches/series
* add distro independent global install locations for extensions,
  /usr/lib/mozilla/extensions and /usr/share/mozilla/extensions
  - update debian/xulrunner-1.9.dirs
* support embedded tarball layout when either there is a *.tar.bz2 in orig tarball
  or if DEBIAN_MOZCLIENT_EMBEDDED is not unset (you will need this to produce embedded
  tarballs during |get-orig-source|
  - update debian/rules
* bump minimum libnss3-dev build requirements to >= 3.12.0~1.9b3
  - update debian/control
* bump minimum libnspr4-dev build requirements to >= 4.7.0~1.9b3
  - update debian/control

[ Fabien Tassin ]
* Drop patches applied upstream
  - drop debian/patches/bz410617_att295212_ship_xpcshell.patch
  - drop debian/patches/bz404634_att294921.patch
  - drop debian/patches/bz386610_python2.5_ftbfs_amd64.patch
  - drop debian/patches/bz373918_att295042.patch
  - drop debian/patches/bz408062_unstable_pc.patch
  - drop debian/patches/bz384304_fix_recursive_symlinks.patch
  - update debian/patches/series
* Refresh diverged patches:
  - update debian/patches/bzXXX_pc_honour_system_nspr_nss.patch
  - update debian/patches/rename_venkman_addon.patch
  - update debian/patches/bz344818_cairo_xrender.patch
* Install links for all .so libs in the -dev package
  - update debian/patches/dont_install_so_in_dev.patch
* Bump gtk requirement to 2.12 as per Mozilla bug 412432
  - update debian/control
* Add #DEBHELPER# token to postinst/prerm scripts
  - update debian/xulrunner-1.9.{postinst,prerm}
* Install previously missed libdbusservice.so
  - update debian/xulrunner-1.9.install
* Update venkman patch to also rename locales
  - update debian/patches/rename_venkman_addon.patch
* Bump requirement for system cairo to >= 1.5.8 as we now need
  the newly added cairo_path_extents()
  - update debian/rules
* Include mozilla-devscripts file using -include so ifneq could be omitted
  - update debian/rules
* Fix missing .so symlinks regression
  - update debian/patches/dont_install_so_in_dev.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="8.00"
5
 
        Name="symupload"
6
 
        ProjectGUID="{E156ED87-9DE9-47C8-94EC-A5A9CDD65E18}"
7
 
        Keyword="Win32Proj"
8
 
        >
9
 
        <Platforms>
10
 
                <Platform
11
 
                        Name="Win32"
12
 
                />
13
 
        </Platforms>
14
 
        <ToolFiles>
15
 
        </ToolFiles>
16
 
        <Configurations>
17
 
                <Configuration
18
 
                        Name="Debug|Win32"
19
 
                        OutputDirectory="Debug"
20
 
                        IntermediateDirectory="Debug"
21
 
                        ConfigurationType="1"
22
 
                        CharacterSet="1"
23
 
                        >
24
 
                        <Tool
25
 
                                Name="VCPreBuildEventTool"
26
 
                        />
27
 
                        <Tool
28
 
                                Name="VCCustomBuildTool"
29
 
                        />
30
 
                        <Tool
31
 
                                Name="VCXMLDataGeneratorTool"
32
 
                        />
33
 
                        <Tool
34
 
                                Name="VCWebServiceProxyGeneratorTool"
35
 
                        />
36
 
                        <Tool
37
 
                                Name="VCMIDLTool"
38
 
                        />
39
 
                        <Tool
40
 
                                Name="VCCLCompilerTool"
41
 
                                Optimization="0"
42
 
                                AdditionalIncludeDirectories="&quot;$(VSInstallDir)\DIA SDK\include&quot;;..\..\.."
43
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN"
44
 
                                MinimalRebuild="true"
45
 
                                BasicRuntimeChecks="3"
46
 
                                RuntimeLibrary="3"
47
 
                                UsePrecompiledHeader="0"
48
 
                                WarningLevel="3"
49
 
                                Detect64BitPortabilityProblems="true"
50
 
                                DebugInformationFormat="4"
51
 
                        />
52
 
                        <Tool
53
 
                                Name="VCManagedResourceCompilerTool"
54
 
                        />
55
 
                        <Tool
56
 
                                Name="VCResourceCompilerTool"
57
 
                        />
58
 
                        <Tool
59
 
                                Name="VCPreLinkEventTool"
60
 
                        />
61
 
                        <Tool
62
 
                                Name="VCLinkerTool"
63
 
                                AdditionalDependencies="&quot;$(VSInstallDir)\DIA SDK\lib\diaguids.lib&quot; wininet.lib version.lib"
64
 
                                LinkIncremental="2"
65
 
                                GenerateDebugInformation="true"
66
 
                                SubSystem="1"
67
 
                                TargetMachine="1"
68
 
                        />
69
 
                        <Tool
70
 
                                Name="VCALinkTool"
71
 
                        />
72
 
                        <Tool
73
 
                                Name="VCManifestTool"
74
 
                        />
75
 
                        <Tool
76
 
                                Name="VCXDCMakeTool"
77
 
                        />
78
 
                        <Tool
79
 
                                Name="VCBscMakeTool"
80
 
                        />
81
 
                        <Tool
82
 
                                Name="VCFxCopTool"
83
 
                        />
84
 
                        <Tool
85
 
                                Name="VCAppVerifierTool"
86
 
                        />
87
 
                        <Tool
88
 
                                Name="VCWebDeploymentTool"
89
 
                        />
90
 
                        <Tool
91
 
                                Name="VCPostBuildEventTool"
92
 
                        />
93
 
                </Configuration>
94
 
                <Configuration
95
 
                        Name="Release|Win32"
96
 
                        OutputDirectory="Release"
97
 
                        IntermediateDirectory="Release"
98
 
                        ConfigurationType="1"
99
 
                        CharacterSet="1"
100
 
                        >
101
 
                        <Tool
102
 
                                Name="VCPreBuildEventTool"
103
 
                        />
104
 
                        <Tool
105
 
                                Name="VCCustomBuildTool"
106
 
                        />
107
 
                        <Tool
108
 
                                Name="VCXMLDataGeneratorTool"
109
 
                        />
110
 
                        <Tool
111
 
                                Name="VCWebServiceProxyGeneratorTool"
112
 
                        />
113
 
                        <Tool
114
 
                                Name="VCMIDLTool"
115
 
                        />
116
 
                        <Tool
117
 
                                Name="VCCLCompilerTool"
118
 
                                AdditionalIncludeDirectories="&quot;$(VSInstallDir)\DIA SDK\include&quot;;..\..\.."
119
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN"
120
 
                                RuntimeLibrary="2"
121
 
                                UsePrecompiledHeader="0"
122
 
                                WarningLevel="3"
123
 
                                Detect64BitPortabilityProblems="true"
124
 
                                DebugInformationFormat="3"
125
 
                        />
126
 
                        <Tool
127
 
                                Name="VCManagedResourceCompilerTool"
128
 
                        />
129
 
                        <Tool
130
 
                                Name="VCResourceCompilerTool"
131
 
                        />
132
 
                        <Tool
133
 
                                Name="VCPreLinkEventTool"
134
 
                        />
135
 
                        <Tool
136
 
                                Name="VCLinkerTool"
137
 
                                AdditionalDependencies="&quot;$(VSInstallDir)\DIA SDK\lib\diaguids.lib&quot; wininet.lib version.lib"
138
 
                                LinkIncremental="2"
139
 
                                GenerateDebugInformation="true"
140
 
                                SubSystem="1"
141
 
                                OptimizeReferences="2"
142
 
                                EnableCOMDATFolding="2"
143
 
                                TargetMachine="1"
144
 
                        />
145
 
                        <Tool
146
 
                                Name="VCALinkTool"
147
 
                        />
148
 
                        <Tool
149
 
                                Name="VCManifestTool"
150
 
                        />
151
 
                        <Tool
152
 
                                Name="VCXDCMakeTool"
153
 
                        />
154
 
                        <Tool
155
 
                                Name="VCBscMakeTool"
156
 
                        />
157
 
                        <Tool
158
 
                                Name="VCFxCopTool"
159
 
                        />
160
 
                        <Tool
161
 
                                Name="VCAppVerifierTool"
162
 
                        />
163
 
                        <Tool
164
 
                                Name="VCWebDeploymentTool"
165
 
                        />
166
 
                        <Tool
167
 
                                Name="VCPostBuildEventTool"
168
 
                        />
169
 
                </Configuration>
170
 
        </Configurations>
171
 
        <References>
172
 
        </References>
173
 
        <Files>
174
 
                <Filter
175
 
                        Name="Header Files"
176
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
177
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
178
 
                        >
179
 
                        <File
180
 
                                RelativePath="..\..\..\common\windows\guid_string.h"
181
 
                                >
182
 
                        </File>
183
 
                        <File
184
 
                                RelativePath="..\..\..\common\windows\http_upload.h"
185
 
                                >
186
 
                        </File>
187
 
                        <File
188
 
                                RelativePath="..\..\..\common\windows\pdb_source_line_writer.h"
189
 
                                >
190
 
                        </File>
191
 
                        <File
192
 
                                RelativePath="..\..\..\common\windows\string_utils-inl.h"
193
 
                                >
194
 
                        </File>
195
 
                </Filter>
196
 
                <Filter
197
 
                        Name="Resource Files"
198
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
199
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
200
 
                        >
201
 
                </Filter>
202
 
                <Filter
203
 
                        Name="Source Files"
204
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
205
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
206
 
                        >
207
 
                        <File
208
 
                                RelativePath="..\..\..\common\windows\guid_string.cc"
209
 
                                >
210
 
                        </File>
211
 
                        <File
212
 
                                RelativePath="..\..\..\common\windows\http_upload.cc"
213
 
                                >
214
 
                        </File>
215
 
                        <File
216
 
                                RelativePath="..\..\..\common\windows\pdb_source_line_writer.cc"
217
 
                                >
218
 
                        </File>
219
 
                        <File
220
 
                                RelativePath="..\..\..\common\windows\string_utils.cc"
221
 
                                >
222
 
                        </File>
223
 
                        <File
224
 
                                RelativePath=".\symupload.cc"
225
 
                                >
226
 
                        </File>
227
 
                </Filter>
228
 
        </Files>
229
 
        <Globals>
230
 
        </Globals>
231
 
</VisualStudioProject>