47ccfe279a
Changed: Use the Windows SDK installed with VC++ or the most recent compatible one
11 lines
140 B
Batchfile
11 lines
140 B
Batchfile
@echo off
|
|
|
|
del html\nelns\*.* /Q
|
|
set WORKDIR=%CD%
|
|
|
|
cd ..\..\nelns
|
|
set CURDIR=%CD%
|
|
cd %WORKDIR%
|
|
doxygen nelns.dox -DCURDIR
|
|
|
|
pause
|