From f3e0bf4ab35d50b11b2dbde41a699ab7497208d1 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 22 Feb 2026 17:16:52 -0800 Subject: [BNTL] Misc improvements --- plugins/bntl_utils/cli/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/bntl_utils/cli/README.md') diff --git a/plugins/bntl_utils/cli/README.md b/plugins/bntl_utils/cli/README.md index 5c4ddcb7..0aa672fc 100644 --- a/plugins/bntl_utils/cli/README.md +++ b/plugins/bntl_utils/cli/README.md @@ -34,6 +34,8 @@ Examples: - Downloads and processes all files in the project, placing potentially multiple `.bntl` files in the `output` directory. - `./bntl_cli create sqlite3.dll "windows-x86_64" ./winmd/ ./output/` - `winmd` files are also supported as input, they will be processed together. You also probably want to provide some apiset schema files as well. +- `./bntl_cli create sqlite3.dll "windows-x86_64" ./headers/ ./output/ --include-directories ./system_headers/` + - You can also specify additional include directories to search for referenced headers. #### Dump @@ -45,7 +47,7 @@ Examples: #### Diff -Compare two type libraries and generate a .diff file containing a similarity ratio. +Compare two type libraries and generate a .diff file. Examples: -- cgit v1.3.1