move generators to _gen/

This commit is contained in:
Bastian Schroll 2018-01-04 23:06:12 +01:00
parent e0c3db596d
commit c273cea781
3 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "
echo.
echo Run count lines of code ...
echo.
cd ..
_bin\win\cloc_1_72\cloc-1.72.exe . --exclude-lang=HTML,JavaScript,CSS --exclude-dir=_docu,_config,_info
echo.
echo.

View file

@ -12,6 +12,7 @@ echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "
echo.
echo Build Doxygen Documentation
echo.
cd ..
_bin\win\doxygen\doxygen.exe "_config\doxygen.ini"
echo.
echo.

View file

@ -1,5 +1,6 @@
@echo off
cd ..
if not exist "logs/" mkdir logs
echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "