mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
FormCompiler: Add some more LibCore object files to host build.
This commit is contained in:
parent
be2b585ca6
commit
5d83a049c2
Notes:
sideshowbarker
2024-07-19 13:02:42 +09:00
Author: https://github.com/awesomekling
Commit: 5d83a049c2
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ OBJS = \
|
|||
../../Libraries/LibCore/CFile.o \
|
||||
../../Libraries/LibCore/CObject.o \
|
||||
../../Libraries/LibCore/CEvent.o \
|
||||
../../Libraries/LibCore/CSocket.o \
|
||||
../../Libraries/LibCore/CLocalSocket.o \
|
||||
../../Libraries/LibCore/CNotifier.o \
|
||||
../../Libraries/LibCore/CEventLoop.o
|
||||
|
||||
all: $(PROGRAM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue