annotate src/portaudio_20140130/fixdir.bat @ 124:e3d5853d5918

Current stable PortAudio source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 18 Oct 2016 13:11:05 +0100
parents
children
rev   line source
cannam@124 1 rem Use Astyle to fix style in 'C' files
cannam@124 2 cd %1%
cannam@124 3
cannam@124 4 fixlines -p *.c
cannam@124 5 fixlines -p *.cpp
cannam@124 6 fixlines -p *.cc
cannam@124 7
cannam@124 8 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.c
cannam@124 9 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cpp
cannam@124 10 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cc
cannam@124 11 del *.orig
cannam@124 12 @rem convert line terminators to Unix style LFs
cannam@124 13 fixlines -u *.c
cannam@124 14 fixlines -u *.cpp
cannam@124 15 fixlines -u *.cc
cannam@124 16 fixlines -u *.h
cannam@124 17 del *.bak
cannam@124 18
cannam@124 19 cd ..\