mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 22:51:12 -04:00
Added Doxygen to Windows MinGW build
This commit is contained in:
parent
c280d030aa
commit
4cba9815f8
2 changed files with 19 additions and 0 deletions
3
build_scripts/Windows/env/env.bat
vendored
3
build_scripts/Windows/env/env.bat
vendored
|
@ -28,6 +28,9 @@ if errorlevel 1 exit /B %ERRORLEVEL%
|
|||
set PATH=%EnvToolsPath%\MinGit\cmd;%EnvToolsPath%\cmake\bin;%PATH%
|
||||
set HOME=%EnvToolsPath%\MinGit\home
|
||||
|
||||
:: Add Doxygen to PATH
|
||||
set PATH=%EnvToolsPath%\doxygen;%PATH%
|
||||
|
||||
exit /B 0
|
||||
|
||||
:error_env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue