fp: Update readme for new build details

This commit is contained in:
doyle 2023-10-29 23:47:50 +11:00
parent 11d5f34522
commit e77c85b004
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
@echo off @echo off
setlocal setlocal
call build_all.bat --fast-dev-build || exit /b 1 call build_all.bat %* --fast-dev-build || exit /b 1

View File

@ -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 You must ensure you have MSVC's `cl.exe` on your path to build. This game was
tested on MSVC 2023 (v14.34.31933). 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 which bootstraps the build program and automatically calls the meta-build
program. With fast computers nowadays our default is to build all targets by program. With fast computers nowadays our default is to build all targets by
default (except web due to extra toolchain requirements). default (except web due to extra toolchain requirements).
@ -57,7 +57,7 @@ then be done by
Tools\emsdk\emsdk.bat activate latest Tools\emsdk\emsdk.bat activate latest
# Build the game # Build the game
build --web build_all --web
``` ```
This will produce at `Build\Terry_Cherry_Emscripten` a HTML and WASM file ready This will produce at `Build\Terry_Cherry_Emscripten` a HTML and WASM file ready