To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / portaudio_20161030_catalina_patch / fixdir.bat @ 162:d43aab368df9

History | View | Annotate | Download (468 Bytes)

1
rem Use Astyle to fix style in 'C' files
2
cd %1%
3

    
4
fixlines -p *.c
5
fixlines -p *.cpp
6
fixlines -p *.cc
7

    
8
astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.c
9
astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cpp
10
astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cc
11
del *.orig
12
@rem convert line terminators to Unix style LFs
13
fixlines -u *.c
14
fixlines -u *.cpp
15
fixlines -u *.cc
16
fixlines -u *.h
17
del *.bak
18

    
19
cd ..\