winbuild: add ENABLE_WEBSOCKETS option

Closes #13232
This commit is contained in:
MonkeybreadSoftware 2024-03-30 11:46:48 +01:00 committed by Daniel Stenberg
parent 7afb0e1b9e
commit eb4fe6c634
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 14 additions and 0 deletions

View file

@ -101,6 +101,7 @@ where `<options>` is one or many of:
- Enable loading OpenSSL configuration
automatically, defaults to yes
- `ENABLE_UNICODE=<yes/no>` - Enable UNICODE support, defaults to no
- `ENABLE_WEBSOCKETS=<yes/no>` - Enable Web Socket support, defaults to no
- `GEN_PDB=<yes/no>` - Generate External Program Database
(debug symbols for release build)
- `DEBUG=<yes/no>` - Debug builds