mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Update buildBUILDING.md and adjust cpack for Windows (#3229)
This commit is contained in:
parent
7e0cb66c58
commit
1829a6a154
3 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue