annotate src/portaudio_20161030_catalina_patch/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 d43aab368df9
children
rev   line source
cannam@162 1 rem Use Astyle to fix style in 'C' files
cannam@162 2 cd %1%
cannam@162 3
cannam@162 4 fixlines -p *.c
cannam@162 5 fixlines -p *.cpp
cannam@162 6 fixlines -p *.cc
cannam@162 7
cannam@162 8 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.c
cannam@162 9 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cpp
cannam@162 10 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cc
cannam@162 11 del *.orig
cannam@162 12 @rem convert line terminators to Unix style LFs
cannam@162 13 fixlines -u *.c
cannam@162 14 fixlines -u *.cpp
cannam@162 15 fixlines -u *.cc
cannam@162 16 fixlines -u *.h
cannam@162 17 del *.bak
cannam@162 18
cannam@162 19 cd ..\