comparison src/portaudio/fixfile.bat @ 89:8a15ff55d9af

Add bzip2, zlib, liblo, portaudio sources
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 13:59:52 +0000
parents
children
comparison
equal deleted inserted replaced
88:fe7c3a0b0259 89:8a15ff55d9af
1 rem Use Astyle to fix style in a file
2 fixlines -p %1%
3 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1%
4 del %1%.orig
5 @rem convert line terminators to Unix style LFs
6 fixlines -u %1%
7 del %1%.bak