annotate src/portaudio_20140130/fixdir.bat @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents e3d5853d5918
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 ..\