diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-16 14:11:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-16 14:11:32 +0200 |
| commit | 81b7a682585d35e8077feffef28d605bef746107 (patch) | |
| tree | afcef7af66b57c0f4def04e54011344f584422c7 /src/wscript | |
| parent | 3b95566292358924dabb7b11d0abcb849c68769b (diff) | |
Move {HTML/Text}Formatter out to their own files.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 1ef4f4ca..352cd196 100644 --- a/src/wscript +++ b/src/wscript @@ -174,6 +174,7 @@ def build(bld): fsk.h gamma_transfer_function.h h_align.h + html_formatter.h identity_transfer_function.h interop_load_font_node.h interop_text_asset.h @@ -242,6 +243,7 @@ def build(bld): text.h text_asset.h text_image.h + text_formatter.h subtitle_standard.h text_string.h text_type.h |
