mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-26 00:36:17 +00:00
11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
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
|