mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 08:51:57 +00:00
5 lines
No EOL
352 B
Bash
Executable file
5 lines
No EOL
352 B
Bash
Executable file
#!/bin/sh
|
|
./astyle.exe -v --options=astyle-options.ini --exclude="libs" --recursive *.h
|
|
./astyle.exe -v --options=astyle-options.ini --exclude="libs" --exclude="idlib/math/Simd.cpp" --exclude="d3xp/gamesys/SysCvar.cpp" --exclude="d3xp/gamesys/Callbacks.cpp" --exclude="sys/win32/win_cpu.cpp" --exclude="sys/win32/win_main.cpp" --recursive *.cpp
|
|
|
|
#pause |