source: trunk/samples/make.bat @ 41

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