Add ~ to the arguments of genversion.bat

Multimedia / Opus - Joshua Milas [gmail.com] - 3 July 2014 13:23 UTC

genversion.bat would fail if an argument was passed with quotations. This is because the quotations were not being stripped before using them as variables, causing the _temp files not being created.

Adding ~ to the arguments causes windows to strip the quotations, enabling it to be used with path names containing spaces and the MSVS pre-build event.

bb4b688 Add ~ to the arguments of genversion.bat
win32/genversion.bat | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Upstream: git.xiph.org


  • Share