Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20161030_catalina_patch/fixfile.bat @ 163:5cc1366da2e9
Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 30 Oct 2019 11:28:45 +0000 |
parents | d43aab368df9 |
children |
rev | line source |
---|---|
cannam@162 | 1 rem Use Astyle to fix style in a file |
cannam@162 | 2 fixlines -p %1% |
cannam@162 | 3 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1% |
cannam@162 | 4 del %1%.orig |
cannam@162 | 5 @rem convert line terminators to Unix style LFs |
cannam@162 | 6 fixlines -u %1% |
cannam@162 | 7 del %1%.bak |