doom3-bfg/neo/astyle-code.sh

8 lines
394 B
Bash
Raw Normal View History

2012-12-08 17:20:13 +00:00
#!/bin/sh
# TODO make sure that the astyle version is >= 2.03 or quit
astyle -v --formatted --options=astyle-options.ini --exclude="libs" --recursive *.h
astyle -v --formatted --options=astyle-options.ini --exclude="libs" --exclude="d3xp/gamesys/SysCvar.cpp" --exclude="d3xp/gamesys/Callbacks.cpp" --exclude="sys/win32/win_cpu.cpp" --exclude="sys/win32/win_main.cpp" --recursive *.cpp
2012-12-08 17:20:13 +00:00
#pause