Big squashed commit of Garf's MSVC reorg:

Multimedia / Opus - Jean-Marc Valin [jmvalin.ca] - 27 June 2013 02:12 UTC

commit 77880655f652c54415e4b5f03b5984b951f5267b Author: Timothy B. Terriberry Date: Wed Jun 26 12:23:53 2013 +0200

Fix version.mk parsing in genversion.bat.

This was broken by the changes in 0482c82f to make it work with spaces.

CMD interprets the quotes to mean the argument to FOR is a string, not a file name. Instead, we expand the path to a short file name.

1975eea Big squashed commit of Garf's MSVC reorg:
celt/celt.vcxproj | 239 -------------------
celt/celt.vcxproj.filters | 147 ------------
opus.sln | 140 -----------
silk/fixed/silk_fixed.vcxproj | 186 ---------------
silk/fixed/silk_fixed.vcxproj.filters | 111 ---------
silk/float/silk_float.vcxproj | 242 -------------------
silk/float/silk_float.vcxproj.filters | 129 ----------
silk/silk_common.vcxproj | 307 ------------------------
silk/silk_common.vcxproj.filters | 315 ------------------------
src/opus.vcxproj | 226 ------------------
src/opus.vcxproj.filters | 99 --------
src/opus_demo.vcxproj | 101 --------
src/opus_demo.vcxproj.filters | 75 ------
tests/test_opus_api.vcxproj | 81 -------
tests/test_opus_api.vcxproj.filters | 22 --
tests/test_opus_decode.vcxproj | 81 -------
tests/test_opus_decode.vcxproj.filters | 14 --
tests/test_opus_encode.vcxproj | 81 -------
tests/test_opus_encode.vcxproj.filters | 14 --
version.mk | 4 +-
win32/VS2010/celt.vcxproj | 255 ++++++++++++++++++++
win32/VS2010/celt.vcxproj.filters | 162 +++++++++++++
win32/VS2010/opus.sln | 130 ++++++++++
win32/VS2010/opus.vcxproj | 235 ++++++++++++++++++
win32/VS2010/opus.vcxproj.filters | 102 ++++++++
win32/VS2010/opus_demo.vcxproj | 156 ++++++++++++
win32/VS2010/opus_demo.vcxproj.filters | 17 ++
win32/VS2010/silk_common.vcxproj | 318 +++++++++++++++++++++++++
win32/VS2010/silk_common.vcxproj.filters | 315 ++++++++++++++++++++++++
win32/VS2010/silk_fixed.vcxproj | 198 +++++++++++++++
win32/VS2010/silk_fixed.vcxproj.filters | 111 +++++++++
win32/VS2010/silk_float.vcxproj | 253 ++++++++++++++++++++
win32/VS2010/silk_float.vcxproj.filters | 129 ++++++++++
win32/VS2010/test_opus_api.vcxproj | 157 ++++++++++++
win32/VS2010/test_opus_api.vcxproj.filters | 14 ++
win32/VS2010/test_opus_decode.vcxproj | 157 ++++++++++++
win32/VS2010/test_opus_decode.vcxproj.filters | 14 ++
win32/VS2010/test_opus_encode.vcxproj | 157 ++++++++++++
win32/VS2010/test_opus_encode.vcxproj.filters | 14 ++
win32/genversion.bat | 12 +-
40 files changed, 2902 insertions(+), 2618 deletions(-)

Upstream: git.xiph.org


  • Share