| Revision 41,
830 bytes
checked in by sevo, 7 months ago
(diff) |
|
- fixed make system path handling on Windows
|
| Line | |
|---|
| 1 | @echo off
|
|---|
| 2 | rem |-----------------------------------------------------------------------------
|
|---|
| 3 | rem | MAKE.BAT - runs Doxygen in the directory containing this script
|
|---|
| 4 | rem |-----------------------------------------------------------------------------
|
|---|
| 5 | rem | Creation: 21.06.2010 Vsevolod Kukol
|
|---|
| 6 | rem | Last Update: 25.06.2010 Vsevolod Kukol
|
|---|
| 7 | rem |
|
|---|
| 8 | rem | Copyright (c) 2010 Vsevolod Kukol, sevo(at)sevo(dot)org
|
|---|
| 9 | rem |
|
|---|
| 10 | rem | This program is free software; you can redistribute it and/or modify
|
|---|
| 11 | rem | it under the terms of the GNU General Public License as published by
|
|---|
| 12 | rem | the Free Software Foundation; either version 2 of the License, or
|
|---|
| 13 | rem | (at your option) any later version.
|
|---|
| 14 | rem |-----------------------------------------------------------------------------
|
|---|
| 15 |
|
|---|
| 16 | rem run Doxygen
|
|---|
| 17 | doxygen "%~dp0\Doxyfile.windows"
|
|---|
| 18 |
|
|---|
Note: See
TracBrowser
for help on using the repository browser.