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

12 lines
127 B
Batchfile
Raw Normal View History

2010-05-06 00:08:41 +00:00
@echo off
del html\nel\*.* /Q
set WORKDIR=%CD%
cd ..
set CURDIR=%CD%
cd %WORKDIR%
doxygen nel.dox -DCURDIR
pause