Skip to content

Commit

Permalink
documentation//Cpacs_doc_project.shfbproj
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Oct 28, 2023
1 parent 568a802 commit cd7c6cd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions createDocumentation.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cd7c6cd

Please sign in to comment.