mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-06 08:40:21 +01:00
move generators to _gen/
This commit is contained in:
parent
e0c3db596d
commit
c273cea781
|
|
@ -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.
|
||||
|
|
@ -12,6 +12,7 @@ echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "
|
|||
echo.
|
||||
echo Build Doxygen Documentation
|
||||
echo.
|
||||
cd ..
|
||||
_bin\win\doxygen\doxygen.exe "_config\doxygen.ini"
|
||||
echo.
|
||||
echo.
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
@echo off
|
||||
|
||||
cd ..
|
||||
if not exist "logs/" mkdir logs
|
||||
|
||||
echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "
|
||||
Loading…
Reference in a new issue