diff --git a/createDocumentation.bat b/createDocumentation.bat index 14f9a6d..c92190f 100644 --- a/createDocumentation.bat +++ b/createDocumentation.bat @@ -1,4 +1,9 @@ -REM for first time user, first unzip the file *development/3rdparty.zip*! -REM potentially remove path to installed SandCastle from environment variable as the build might not success. +@echo off +REM Make sure that 7z and msbuild are installed and available as commands (e.g., by setting the paths to the corresponding tools in the PATH variable). +REM Alternatively, replace these with the full paths to 7z.exe and MSBuild.exe. -MSBuild.exe .\documentation\Cpacs_doc_project.shfbproj +REM Extract 3rdparty.zip: +7z x -y .\development\3rdparty.zip -odevelopment\ + +REM Build documentation +msbuild /p:Configuration=Release documentation\Cpacs_doc_project.shfbproj