~ubuntu-branches/ubuntu/utopic/flac/utopic-security

« back to all changes in this revision

Viewing changes to src/metaflac/metaflac.vcproj

  • Committer: Package Import Robot
  • Author(s): Fabian Greffrath
  • Date: 2013-06-07 10:24:30 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130607102430-x7e7zt462c0tuetp
Tags: 1.3.0-1
* Imported Upstream version 1.3.0 (Closes: #527542, #705601).
* Update debian/watch file, thanks Ulrich Klauer (Closes: #710062).
* Revert "Remove manpages from master branch."
* Imported Upstream version 1.3.0
* Convert package to "3.0 (quilt)" source format.
* Remove all patches, they have either been merged upstream or do not
  apply anymore (tested).
* Explicitly enable static libraries.
* Simplify debian/libflac-doc.install.
* Bump shlibs for added symbols.
* Remove needless Build-Depends: libid3-3.8.3-dev.
* Update Homepage field.
* Repair upstream manpage regeneration rule.
* Bump Build-Depends: debhelper (>= 9).
* Fix vcs-field-not-canonical.
* Import two patches from upstream GIT:
  + Add missing config.h includes.
  + Fix local_strcat() to terminate string correctly.
* Disable 3DNow! optimizations, enable SSE only on amd64, enable Altivec
  only on ppc64, disable ASM optimizations elsewhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        <Configurations>
18
18
                <Configuration
19
19
                        Name="Debug|Win32"
20
 
                        OutputDirectory="..\..\obj\debug\bin"
 
20
                        OutputDirectory="..\..\objs\debug\bin"
21
21
                        IntermediateDirectory="Debug"
22
22
                        ConfigurationType="1"
23
23
                        >
62
62
                        />
63
63
                        <Tool
64
64
                                Name="VCLinkerTool"
65
 
                                AdditionalDependencies="..\..\obj\release\lib\ogg_static.lib"
 
65
                                AdditionalDependencies="..\..\objs\release\lib\libogg_static.lib"
66
66
                                LinkIncremental="2"
67
67
                                IgnoreDefaultLibraryNames="uuid.lib"
68
68
                                GenerateDebugInformation="true"
88
88
                                Name="VCAppVerifierTool"
89
89
                        />
90
90
                        <Tool
91
 
                                Name="VCWebDeploymentTool"
92
 
                        />
93
 
                        <Tool
94
91
                                Name="VCPostBuildEventTool"
95
92
                        />
96
93
                </Configuration>
97
94
                <Configuration
98
95
                        Name="Release|Win32"
99
 
                        OutputDirectory="..\..\obj\release\bin"
 
96
                        OutputDirectory="..\..\objs\release\bin"
100
97
                        IntermediateDirectory="Release"
101
98
                        ConfigurationType="1"
102
99
                        >
143
140
                        />
144
141
                        <Tool
145
142
                                Name="VCLinkerTool"
146
 
                                AdditionalDependencies="..\..\obj\release\lib\ogg_static.lib"
 
143
                                AdditionalDependencies="..\..\objs\release\lib\libogg_static.lib"
147
144
                                LinkIncremental="1"
148
145
                                IgnoreDefaultLibraryNames="uuid.lib"
149
146
                                GenerateDebugInformation="true"
172
169
                                Name="VCAppVerifierTool"
173
170
                        />
174
171
                        <Tool
175
 
                                Name="VCWebDeploymentTool"
176
 
                        />
177
 
                        <Tool
178
172
                                Name="VCPostBuildEventTool"
179
173
                        />
180
174
                </Configuration>