Skip to content
Snippets Groups Projects
Forked from Xiph.Org / Opus
Source project has a limited visibility.
  • Ralph Giles's avatar
    124f69b0
    Remove MSVC incremental linking directives. · 124f69b0
    Ralph Giles authored
    This avoids linker errors with VS2010 of the form
        failure during conversion to COFF: invalid file or corrupt
        [c:\users\giles\opus\source\opus_demo.vcxproj]
    
    The problem does not occur if the project files are updated
    to build under VS2012.
    124f69b0
    History
    Remove MSVC incremental linking directives.
    Ralph Giles authored
    This avoids linker errors with VS2010 of the form
        failure during conversion to COFF: invalid file or corrupt
        [c:\users\giles\opus\source\opus_demo.vcxproj]
    
    The problem does not occur if the project files are updated
    to build under VS2012.