From 124f69b00ca3dae73b1815985b0a83c30934afa6 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 3 Dec 2012 13:46:29 -0800 Subject: [PATCH] Remove MSVC incremental linking directives. 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. --- src/opus_demo.vcxproj | 6 ------ tests/test_opus_api.vcxproj | 6 ------ tests/test_opus_decode.vcxproj | 6 ------ tests/test_opus_encode.vcxproj | 6 ------ 4 files changed, 24 deletions(-) diff --git a/src/opus_demo.vcxproj b/src/opus_demo.vcxproj index c6a0d2c0..24d61b8b 100644 --- a/src/opus_demo.vcxproj +++ b/src/opus_demo.vcxproj @@ -59,12 +59,6 @@ - - true - - - false - diff --git a/tests/test_opus_api.vcxproj b/tests/test_opus_api.vcxproj index b63219c8..656230cf 100644 --- a/tests/test_opus_api.vcxproj +++ b/tests/test_opus_api.vcxproj @@ -40,12 +40,6 @@ - - true - - - false - diff --git a/tests/test_opus_decode.vcxproj b/tests/test_opus_decode.vcxproj index 3cb45658..cd122418 100644 --- a/tests/test_opus_decode.vcxproj +++ b/tests/test_opus_decode.vcxproj @@ -40,12 +40,6 @@ - - true - - - false - diff --git a/tests/test_opus_encode.vcxproj b/tests/test_opus_encode.vcxproj index e816453d..87a98493 100644 --- a/tests/test_opus_encode.vcxproj +++ b/tests/test_opus_encode.vcxproj @@ -40,12 +40,6 @@ - - true - - - false -