91f859bc8a
--HG-- branch : gsoc2014-dfighter
11 lines
129 B
Batchfile
11 lines
129 B
Batchfile
@echo off
|
|
|
|
del html\ovqt\*.* /Q
|
|
set WORKDIR=%CD%
|
|
|
|
cd ..
|
|
set CURDIR=%CD%
|
|
cd %WORKDIR%
|
|
doxygen ovqt.dox -DCURDIR
|
|
|
|
pause
|