~ubuntu-branches/ubuntu/natty/flac/natty

« back to all changes in this revision

Viewing changes to src/libFLAC++/libFLAC++_dynamic.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529225636-ljeff8xxip09qaap
Tags: 1.1.4-1
* New upstream release. closes: #405167, #411311
  - libOggFLAC and libOggFLAC++ have been merged into libFLAC, so
    remove their corresponding packages.
  - Because of the API changes required to effect the above, there has
    been yet another soname bump. libflac7 -> libflac8 and
    libflac++5 -> libflac++6. Emails have been dispatched to the
    maintainers of dependent packages.
* Some notes on patches that were removed:
  - 02_stdin_stdout, 06_manpage_mention_utf8_convert: merged upstream
  - 08_manpage_warnings: Upstream has changed the manpage so it defintely
    can't fit in in 80 cols, so just forget about it. We'll live.
  - 05_eof_warnings_are_errors: Upstream decided to add a -w option to
    flac to treat all warnings as errors. I am going to defer to that
    for now, but if people think it's stupid let me know and I'll port
    the patch forward.
  - 04_stack_smasher: was a backport from 1.1.3, so it's obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
# PROP Ignore_Export_Lib 0
70
70
# PROP Target_Dir ""
71
71
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
72
 
# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I ".\include" /I "..\..\include" /D "_DEBUG" /D "FLACPP_API_EXPORTS" /D "_WINDOWS" /D "_WINDLL" /D "WIN32" /D "_USRDLL" /FR /FD /c
 
72
# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I ".\include" /I "..\..\include" /D "_DEBUG" /D "DEBUG" /D "FLACPP_API_EXPORTS" /D "_WINDOWS" /D "_WINDLL" /D "WIN32" /D "_USRDLL" /FR /FD /c
73
73
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
74
74
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
75
75
# ADD BASE RSC /l 0x409 /d "_DEBUG"
92
92
# PROP Default_Filter "cpp"
93
93
# Begin Source File
94
94
 
95
 
SOURCE=.\file_decoder.cpp
96
 
# End Source File
97
 
# Begin Source File
98
 
 
99
 
SOURCE=.\file_encoder.cpp
100
 
# End Source File
101
 
# Begin Source File
102
 
 
103
95
SOURCE=.\metadata.cpp
104
96
# End Source File
105
97
# Begin Source File
106
98
 
107
 
SOURCE=.\seekable_stream_decoder.cpp
108
 
# End Source File
109
 
# Begin Source File
110
 
 
111
 
SOURCE=.\seekable_stream_encoder.cpp
112
 
# End Source File
113
 
# Begin Source File
114
 
 
115
99
SOURCE=.\stream_decoder.cpp
116
100
# End Source File
117
101
# Begin Source File