Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-01-08 20:08:36 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-01-08 20:10:54 +0400
commit79245553d2f54afe824044711f5ca253ced5ece1 (patch)
tree690159c79d33e10654ec6a5aae7fe6b32200aec9 /contrib/run_astyle.bat
parent06f96bd387db088b48345350e3be5a3f37021803 (diff)
create a contrib folder and put there the scripts and stuff
Diffstat (limited to 'contrib/run_astyle.bat')
-rw-r--r--contrib/run_astyle.bat14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/run_astyle.bat b/contrib/run_astyle.bat
new file mode 100644
index 000000000..0a0b282c1
--- /dev/null
+++ b/contrib/run_astyle.bat
@@ -0,0 +1,14 @@
+@ECHO OFF
+SETLOCAL
+
+PUSHD %~dp0
+TITLE Running astyle using astyle.ini
+astyle --options=astyle.ini ..\*.h ..\*.cpp
+IF %ERRORLEVEL% NEQ 0 ECHO. & ECHO ERROR: Something went wrong!
+POPD
+
+:END
+ECHO Press any key to close this window...
+PAUSE >NUL
+ENDLOCAL
+EXIT /B