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

« back to all changes in this revision

Viewing changes to src/share/replaygain_synthesis/replaygain_synthesis_static.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\lib"
 
20
                        OutputDirectory="..\..\..\objs\debug\lib"
21
21
                        IntermediateDirectory="Debug_static"
22
22
                        ConfigurationType="4"
23
23
                        >
62
62
                        />
63
63
                        <Tool
64
64
                                Name="VCLibrarianTool"
65
 
                                OutputFile="..\..\..\obj\debug\lib\$(ProjectName).lib"
 
65
                                OutputFile="..\..\..\objs\debug\lib\$(ProjectName).lib"
66
66
                        />
67
67
                        <Tool
68
68
                                Name="VCALinkTool"
82
82
                </Configuration>
83
83
                <Configuration
84
84
                        Name="Release|Win32"
85
 
                        OutputDirectory="..\..\..\obj\release\lib"
 
85
                        OutputDirectory="..\..\..\objs\release\lib"
86
86
                        IntermediateDirectory="Release_static"
87
87
                        ConfigurationType="4"
88
88
                        >
129
129
                        />
130
130
                        <Tool
131
131
                                Name="VCLibrarianTool"
132
 
                                OutputFile="..\..\..\obj\release\lib\$(ProjectName).lib"
 
132
                                OutputFile="..\..\..\objs\release\lib\$(ProjectName).lib"
133
133
                        />
134
134
                        <Tool
135
135
                                Name="VCALinkTool"