khanat-opennel-code/code/studio/doc/make_ovqt_dox.bat
2014-05-06 01:30:28 +02:00

12 lines
129 B
Batchfile

@echo off
del html\ovqt\*.* /Q
set WORKDIR=%CD%
cd ..
set CURDIR=%CD%
cd %WORKDIR%
doxygen ovqt.dox -DCURDIR
pause