annotate src/portaudio_20140130/fixfile.bat @ 78:7ea7031c0e5c pa_catalina

Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author Chris Cannam
date Wed, 30 Oct 2019 11:28:45 +0000
parents 7ddb4fc30dac
children
rev   line source
Chris@39 1 rem Use Astyle to fix style in a file
Chris@39 2 fixlines -p %1%
Chris@39 3 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1%
Chris@39 4 del %1%.orig
Chris@39 5 @rem convert line terminators to Unix style LFs
Chris@39 6 fixlines -u %1%
Chris@39 7 del %1%.bak