khanat-opennel-code/code/nel/doc/make_neltools_dox.bat

12 lines
141 B
Batchfile
Raw Normal View History

2014-08-17 13:58:42 +00:00
@echo off
del html\tool\*.* /Q
set WORKDIR=%CD%
cd ..\..\tool
set CURDIR=%CD%
cd %WORKDIR%
doxygen neltools.dox -DCURDIR
pause