mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 18:07:35 +00:00
LibHTML: Implement LayoutText
This commit is contained in:
parent
9f8d776c70
commit
93003bfda1
4 changed files with 190 additions and 4 deletions
|
@ -7,7 +7,7 @@ all: $(LIBRARY) tho
|
|||
include Makefile.shared
|
||||
|
||||
tho: $(TEST_OBJS) $(LIBRARY)
|
||||
$(LD) -o $@ $(LDFLAGS) -L. $(TEST_OBJS) -lhtml -lgui -lcore -lc
|
||||
$(LD) -o $@ $(LDFLAGS) -L. $(TEST_OBJS) -lhtml -lgui -ldraw -lcore -lc
|
||||
|
||||
$(LIBRARY): $(LIBHTML_OBJS)
|
||||
@echo "LIB $@"; $(AR) rcs $@ $(LIBHTML_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue