Create a simple project to create version.h

Multimedia / Opus - Ricardo Constantino (:RiCON) [gmail.com] - 26 July 2016 11:50 UTC

Run before any other project.

Avoids trying to create and replace version.h more than once which led to file-locking errors with multicore builds.

a79bf19 Create a simple project to create version.h.
Makefile.am | 1 +
win32/VS2015/celt.vcxproj | 48 ++++++++++++++++--------
win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++
win32/VS2015/opus.sln | 32 +++++++++++++++-
win32/VS2015/opus.vcxproj | 48 ++++++++++++++++--------
win32/VS2015/silk_common.vcxproj | 48 ++++++++++++++++--------
win32/VS2015/silk_fixed.vcxproj | 32 ++++++++++++++++
win32/VS2015/silk_float.vcxproj | 54 ++++++++++++++++++---------
8 files changed, 261 insertions(+), 67 deletions(-)

Upstream: git.xiph.org


  • Share