fp: Update readme for new build details
This commit is contained in:
parent
11d5f34522
commit
e77c85b004
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
call build_all.bat --fast-dev-build || exit /b 1
|
||||
call build_all.bat %* --fast-dev-build || exit /b 1
|
||||
|
||||
|
@ -25,7 +25,7 @@ forwards them to the command line).
|
||||
You must ensure you have MSVC's `cl.exe` on your path to build. This game was
|
||||
tested on MSVC 2023 (v14.34.31933).
|
||||
|
||||
For most intents and purposes you may simply execute `build.bat` on Windows
|
||||
For most intents and purposes you may simply execute `build_all.bat` on Windows
|
||||
which bootstraps the build program and automatically calls the meta-build
|
||||
program. With fast computers nowadays our default is to build all targets by
|
||||
default (except web due to extra toolchain requirements).
|
||||
@ -57,7 +57,7 @@ then be done by
|
||||
Tools\emsdk\emsdk.bat activate latest
|
||||
|
||||
# Build the game
|
||||
build --web
|
||||
build_all --web
|
||||
```
|
||||
|
||||
This will produce at `Build\Terry_Cherry_Emscripten` a HTML and WASM file ready
|
||||
|
Loading…
Reference in New Issue
Block a user