Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20161030/fixfile.bat @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 28 Jun 2018 15:29:59 +0100 |
parents | 59a8758c56b1 |
children |
rev | line source |
---|---|
cannam@140 | 1 rem Use Astyle to fix style in a file |
cannam@140 | 2 fixlines -p %1% |
cannam@140 | 3 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1% |
cannam@140 | 4 del %1%.orig |
cannam@140 | 5 @rem convert line terminators to Unix style LFs |
cannam@140 | 6 fixlines -u %1% |
cannam@140 | 7 del %1%.bak |