mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-06 07:19:05 +00:00
12 lines
141 B
Batchfile
12 lines
141 B
Batchfile
|
@echo off
|
||
|
|
||
|
del html\tool\*.* /Q
|
||
|
set WORKDIR=%CD%
|
||
|
|
||
|
cd ..\..\tool
|
||
|
set CURDIR=%CD%
|
||
|
cd %WORKDIR%
|
||
|
doxygen neltools.dox -DCURDIR
|
||
|
|
||
|
pause
|