Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20161030/fixfile.bat @ 79:91c729825bca pa_catalina
Update build for AUDIO_COMPONENT_FIX
author | Chris Cannam |
---|---|
date | Wed, 30 Oct 2019 12:40:34 +0000 |
parents | 284acf908dcd |
children |
rev | line source |
---|---|
Chris@55 | 1 rem Use Astyle to fix style in a file |
Chris@55 | 2 fixlines -p %1% |
Chris@55 | 3 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1% |
Chris@55 | 4 del %1%.orig |
Chris@55 | 5 @rem convert line terminators to Unix style LFs |
Chris@55 | 6 fixlines -u %1% |
Chris@55 | 7 del %1%.bak |