Update buildBUILDING.md and adjust cpack for Windows (#3229)

This commit is contained in:
Adam Bird
2023-10-09 11:28:22 -04:00
committed by GitHub
parent 7e0cb66c58
commit 1829a6a154
3 changed files with 19 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ cd Shipwright
# If you need to regenerate the asset headers to check them into source
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target ExtractAssetHeaders
# If you need a newer soh.otr only
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target GenerateSohOtr
```
### Developing SoH
@@ -110,6 +113,9 @@ cmake --build build-cmake --target clean
# If you need to regenerate the asset headers to check them into source
cmake --build build-cmake --target ExtractAssetHeaders
# If you need a newer soh.otr only
cmake --build build-cmake --target GenerateSohOtr
```
### Generating a distributable
@@ -157,6 +163,9 @@ cmake --build build-cmake --target clean
# If you need to regenerate the asset headers to check them into source
cmake --build build-cmake --target ExtractAssetHeaders
# If you need a newer soh.otr only
cmake --build build-cmake --target GenerateSohOtr
```
### Generating a distributable