~ubuntu-branches/ubuntu/saucy/speex/saucy-proposed

« back to all changes in this revision

Viewing changes to win32/VS2005/speexdec/speexdec.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Ron Lee
  • Date: 2008-06-04 03:48:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080604034819-jc7eevhn9behha7w
Tags: 1.2~beta4-2
Move the extra sse libs to /usr/lib/sse2.  That is a bit more elitist than
we need to be, but the linker already looks there without adding yet another
path permutation, and in practice most people who really care about how long
this is going to take won't find that sets the bar too high for them at all.

Actually, it's apparently ldconfig rather than the linker that is missing
this path, but this will still do for now while people figure out if or when
that should be fixed too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="Windows-1252"?>
2
2
<VisualStudioProject
3
3
        ProjectType="Visual C++"
4
 
        Version="8.00"
 
4
        Version="8,00"
5
5
        Name="speexdec"
6
6
        ProjectGUID="{961B8359-1393-4EF7-B8E0-67B6FE1C6DA8}"
7
7
        RootNamespace="speexdec"
66
66
                                AdditionalDependencies="winmm.lib libogg.lib"
67
67
                                OutputFile="..\..\..\bin\speexdec.exe"
68
68
                                LinkIncremental="2"
69
 
                                AdditionalLibraryDirectories="..\..\..\..\libogg\lib"
 
69
                                AdditionalLibraryDirectories="&quot;..\..\..\..\libogg\win32\VS2005\$(ConfigurationName)&quot;"
70
70
                                GenerateDebugInformation="true"
71
71
                                ProgramDatabaseFile="$(OutDir)/speexenc.pdb"
72
72
                                SubSystem="1"
153
153
                                AdditionalDependencies="winmm.lib libogg.lib"
154
154
                                OutputFile="..\..\..\bin\speexdec.exe"
155
155
                                LinkIncremental="1"
156
 
                                AdditionalLibraryDirectories="..\..\..\..\libogg\lib"
 
156
                                AdditionalLibraryDirectories="&quot;..\..\..\..\libogg\win32\VS2005\$(ConfigurationName)&quot;"
157
157
                                GenerateDebugInformation="true"
158
158
                                SubSystem="1"
159
159
                                OptimizeReferences="2"
243
243
                                AdditionalDependencies="winmm.lib libogg.lib"
244
244
                                OutputFile="..\..\..\bin\speexdec.exe"
245
245
                                LinkIncremental="1"
246
 
                                AdditionalLibraryDirectories="..\..\..\..\libogg\lib"
 
246
                                AdditionalLibraryDirectories="&quot;..\..\..\..\libogg\win32\VS2005\$(ConfigurationName)&quot;"
247
247
                                GenerateDebugInformation="true"
248
248
                                SubSystem="1"
249
249
                                OptimizeReferences="2"