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