Added conditional inclusion of config.h to source files.
[gromacs.git] / scripts / g_saltbr.bat
blob6a9ab5ce343b7605728dcf6cc6db031fa33bf863
1 @echo off
2 set DIRNAME=%~dp0%
3 REM BAT files only see args 1-9. We use shift to get all.
4 set ARGS=
5 :loop
6 if [%1] == [] goto endloop
7 set ARGS=%ARGS% %1
8 shift
9 goto loop
10 :endloop
11 %DIRNAME%gmx-ana.exe -type saltbr %ARGS%