source: trunk/vbfilter.bat @ 41

Revision 41, 1.3 KB checked in by sevo, 7 months ago (diff)
- fixed make system path handling on Windows
  • Property svn:executable set to *
Line 
1@echo off
2rem |-----------------------------------------------------------------------------
3rem | MAKE.BAT - wraps gawk call to be used in a Doxyfile
4rem |-----------------------------------------------------------------------------
5rem | Creation:     21.06.2010  Vsevolod Kukol
6rem | Last Update:  09.10.2011  Vsevolod Kukol
7rem |
8rem | This script is meant to be used by the FILTER_PATTERNS setting
9rem | in a Doxyfile, because FILTER_PATTERNS does not allow parameters.
10rem | Alternatively it can be used by the INPUT_FILTER option.
11rem |
12rem | Using INPUT_FILTER option:
13rem |   Set options in your Doxyfile as follows:
14rem |      INPUT_FILTER           = \path\to\make.bat
15rem |
16rem | Using FILTER_PATTERNS option:
17rem |   Set options in your Doxyfile as follows:
18rem |      INPUT_FILTER           =
19rem |      FILTER_PATTERNS        = *.vb=\path\to\make.bat
20rem |
21rem | Copyright (c) 2010-2011 Vsevolod Kukol, sevo(at)sevo(dot)org
22rem |
23rem | This program is free software; you can redistribute it and/or modify
24rem | it under the terms of the GNU General Public License as published by
25rem | the Free Software Foundation; either version 2 of the License, or
26rem | (at your option) any later version.
27rem |-----------------------------------------------------------------------------
28
29"%~dp0\gawk.exe" -f "%~dp0\vbfilter.awk" %*%
Note: See TracBrowser for help on using the repository browser.